Description
Some performance sensitive applications which return a string result would benefit from being able to hand off a char array which will be used as the source for a new String instance without copying the array.
Attachments
Issue Links
- relates to
-
JDK-8006627 UUID to/from String performance should be improved by reducing object allocations
- Resolved
-
JDK-8007398 Code sharing for Long.toHexString() toOctalString() and toBinaryString()
- Closed