burmanm / compression-int

64-bit integer compression algorithms in Java
Apache License 2.0
15 stars 3 forks source link

BitPacking for 64 bit words #3

Open burmanm opened 5 years ago

burmanm commented 5 years ago

BitPacking for 64 bit words (Java port of github.com/lemire/LittleIntPacker/ which is a "simplification" of bitpacking process from github.com/powturbo/TurboPFor)