rufushuang / lz-string4java

Port javascript lz-string in JAVA version. Done some of language optimization. And a rhino side for Testing.
MIT License
46 stars 22 forks source link

drop baseReverseDic since there are only 2 dicts #9

Open yoavst opened 6 years ago

yoavst commented 6 years ago

Improve performance of code by dropping unneeded dict of dicts, hopefully allowing to getCharFromInt.doFunc to be inlined by the JVM.