lemire / simdcomp

A simple C library for compressing lists of integers using binary packing
BSD 3-Clause "New" or "Revised" License
488 stars 53 forks source link

Comment on performance for uint64_t performance #34

Open marsupialtail opened 1 year ago

marsupialtail commented 1 year ago

How is it expected to do on uint64_t values? Let's say I have an almost sorted array of uint64_t numbers.