[
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: 1.0.0
> 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
> Assigned To: Samisa Abeysinghe
> Fix For: 1.0.0
>
>
> 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]