lemire / FastIntegerCompression.js

Fast integer compression library in JavaScript
Apache License 2.0
59 stars 11 forks source link

Compatibility with JavaFastPFOR #6

Open nedtwigg opened 4 years ago

nedtwigg commented 4 years ago

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.

lemire commented 4 years ago

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

Contributions invited.