You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: