lz4js icon indicating copy to clipboard operation
lz4js copied to clipboard

Lz4 for the browser.

Results 8 lz4js issues
Sort by recently updated
recently updated
newest added

Lz4js compress can produce outputs that are not conformant with LZ4 official format. This is due to end of block conditions spcified in https://github.com/lz4/lz4/blob/dev/doc/lz4_Block_format.md and more specifically the following: "The...

I noticed that the library does not respect end of block conditions specified in the [official LZ4 repository](https://github.com/lz4/lz4/blob/dev/doc/lz4_Block_format.md). More specifically > ### End of block conditions > 3. The last...

How to do high compression (`-9`) when using compress function?

I'm using this to compress a large XML file (120mb) in the browser and trying to decompress server-side using [python-lz4](https://pypi.org/project/lz4/) (which can decompress every other file compressed with lz4js except...

It seems lz4js is unable to decompress the output of `lz4c`. I have simply Base64-encoded the output of `echo 'hello world' | lz4c`, put it in a JSON message, sent...

I'd consider using your implementation in a project, but I'm a bit hesitant, since the licensing is not entirely clear. https://github.com/Benzinga/lz4js/blob/master/package.json lists ``ISC`` as license - is that accurate? Would...

Example uses Buffer, buffer is not available in the broswer

clearHashTable cleared the shared hashTable instead of the argument