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
- Previous message: Fastpath for new String(bytes..) and String#getBytes(..) for ASCII + ISO-8859-1
- Next message: Fastpath for new String(bytes..) and String#getBytes(..) for ASCII + ISO-8859-1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Fastpath for new String(bytes..) and String#getBytes(..) for ASCII + ISO-8859-1
- Next message: Fastpath for new String(bytes..) and String#getBytes(..) for ASCII + ISO-8859-1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]