FastIntegerCompression.js icon indicating copy to clipboard operation
FastIntegerCompression.js copied to clipboard

Compatibility with JavaFastPFOR

Open nedtwigg opened this issue 5 years ago • 1 comments

One common "rich client" usecase is for a server to do expensive compression, pass the shrunk result along the network, and then the client does relatively cheap decompression. Is FastIntegerCompression.uncompress compatible with the output of any of the algorithms in your other excellent integer compression libraries? That might be something worth advertising at both ends.

nedtwigg avatar Sep 18 '20 04:09 nedtwigg

Currently, no such claim is made. It would indeed be a good idea to investigate.

Contributions invited.

lemire avatar Sep 18 '20 14:09 lemire