lemire / FastPFor

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

codecs fail: ` You tried to apply Simple16 to an incompatible set of integers` #79

Closed BruceChen2017 closed 1 year ago

BruceChen2017 commented 3 years ago

My machine: WSL2 ubuntu 18.04 x86_64
I run ./codecs --uniformdynamic or ./codecs --clusterdynamic, both give me runtime error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  You tried to apply Simple16 to an incompatible set of integers: they should be in [0,2^28).