Fastpath for new String(bytes..) and String#getBytes(..) for ASCII + ISO-8859-1 (original) (raw)

Xueming Shen Xueming.Shen at Sun.COM
Wed Jun 17 02:50:37 UTC 2009


I would be very hesitated to add methods with specific encoding names, even these encodings are VERY important, such as ASCII and ISO8859. Hack a fast path in the implementation to boost the performance for some important encodings is something we want to do, but add specific methods into the API is totally different thing.

sherman

Ulf Zibis wrote:

Hi Sherman, may be you are interested in this bug:

http://bugs.sun.com/bugdatabase/viewbug.do?bugid=6826329 -Ulf



More information about the core-libs-dev mailing list