You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2007/04/12 14:35:32 UTC

[jira] Updated: (AXIS2C-293) Introduce string object

     [ https://issues.apache.org/jira/browse/AXIS2C-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe updated AXIS2C-293:
-------------------------------------

    Fix Version/s:     (was: 1.0.0)
         Assignee:     (was: Samisa Abeysinghe)

Moved to post 1.0 since there are much more work involved in this space

> Introduce string object
> -----------------------
>
>                 Key: AXIS2C-293
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-293
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: Current (Nightly)
>            Reporter: James Clark
>
> Doing all string manipulations using C-style strings is awkward and inefficient.  It really helps to have an explicit length (in addition to a nul-terminator for compatibility with application code).  Also it helps to have a separate string_buffer object that keeps track of the allocated size, so that appending n strings doesn't result in n-reallocations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org