lemire / FastPFor

The FastPFOR C++ library: Fast integer compression
Apache License 2.0
873 stars 123 forks source link

Is it by design that FastPFor cannot decode data encoded by SIMDFastPFor? #88

Closed wgtmac closed 1 year ago

wgtmac commented 1 year ago

I have tried to use SIMDFastPFor<4> to decode data encoded by FastPFor<4> and it got wrong result. And vice versa. Is it by design or a bug?

lemire commented 1 year ago

Unless otherwise stated, the binary formats of all codecs differ. They are not meant to be interoperable.