cscott / compressjs

Pure JavaScript de/compression (bzip2, etc) for node.js, volo, and the browser.
GNU General Public License v2.0
352 stars 41 forks source link

LZ4 #7

Open jorangreef opened 9 years ago

jorangreef commented 9 years ago

Would you consider adding LZ4? I haven't been able to find a working JS-only implementation that does not corrupt data.

cscott commented 6 years ago

Pointers to docs and specs would be helpful. I'm not terribly likely to do this myself (moved on to other projects) but would gladly accept a PR.

ghost commented 6 years ago

Any updates here? :)