RFR: 8196331: Optimize Character.digit for latin1 input (original) (raw)
Ulf Zibis Ulf.Zibis at CoSoCo.de
Tue Jan 30 00:10:14 UTC 2018
- Previous message: RFR: 8196331: Optimize Character.digit for latin1 input
- Next message: RFR: 8196331: Optimize Character.digit for latin1 input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
you may can construct the lookup table as a static String constant to slim down the footprint and treat it as a byte[] as we do in the Charset coders.
-Ulf
Am 29.01.2018 um 22:04 schrieb Claes Redestad:
I'll experiment and analyze a bit more tomorrow to see if I can find a good explanation for the observed difference and/or a solution that allows us to slim down the lookup array.
- Previous message: RFR: 8196331: Optimize Character.digit for latin1 input
- Next message: RFR: 8196331: Optimize Character.digit for latin1 input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]