SIMDCompressionAndIntersection
SIMDCompressionAndIntersection copied to clipboard
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
I recently start using this library in our project and it greatly helps our implementation, thanks so much. I wonder if there is any chance this library could be ported...
We have a vectorized encoder: https://github.com/lemire/streamvbyte
When trying to decode data using uncompress function I receive an Unhandled exception (Access violation). The size sending to function is too small, and I expected to get NotEnoughStorage exception...