lz-string4java icon indicating copy to clipboard operation
lz-string4java copied to clipboard

Port javascript lz-string in JAVA version. Done some of language optimization. And a rhino side for Testing.

Results 3 lz-string4java issues
Sort by recently updated
recently updated
newest added

https://github.com/rufushuang/lz-string4java/blob/fb6d5d489ef8b747340244c74d30710b63435773/src/rufus/lzstring4java/LZString.java#L465 I'm process with lzstring into kotlin,I just found you java repoistry. here is some thing may be help: ```java } // TODO: very strange here, c above is as...

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

Thank you for creating this library. I would appreciate if you distribute this library as `gradle` library. This helps easy to integrate with other project instead of copy files. Thank...