RFR: 8196331: Optimize Character.digit for latin1 input

Ulf Zibis Ulf.Zibis at CoSoCo.de
Tue Jan 30 00:10:14 UTC 2018


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.



More information about the core-libs-dev mailing list