helixsqd/jsmaz

improved speed and convenience

Opened this issue · 0 comments

I'm using smaz to compress a dictionary, and it's convenient for me to work directly with the ascii file,
bypassing java strings entirely. This avoids a lot of garbage collection, and is also about 3x
faster. I'll happily contribute this improvement to anyone who will integrate it into this project.