SIMDCompressionAndIntersection icon indicating copy to clipboard operation
SIMDCompressionAndIntersection copied to clipboard

A C++ library to compress and intersect sorted lists of integers using SIMD instructions

Results 4 SIMDCompressionAndIntersection issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

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...

enhancement
help wanted