lemire / SIMDCompressionAndIntersection

A C++ library to compress and intersect sorted lists of integers using SIMD instructions
Apache License 2.0
419 stars 58 forks source link

StreamVbyte find/select #6

Closed cruppstahl closed 9 years ago

cruppstahl commented 9 years ago

Code should be "correct", but not yet terribly efficient.

lemire commented 9 years ago

Will review shortly.

cruppstahl commented 9 years ago

Updated - improved performance

lemire commented 9 years ago

Will review shortly.

lemire commented 9 years ago

The updated version looks good. Merging. Will examine more closely soon.