[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]