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

Support Visual C++ 2015 #15

Closed bgrainger closed 8 years ago

bgrainger commented 8 years ago

Tested Debug and Release x64 builds on Windows 10 using CL Version 19.00.23506 for x64; all tests run by unit.exe pass. Also tested with gcc 4.8.4 on Ubuntu 14.04 to ensure no functionality regressions.

lemire commented 8 years ago

Excellent. Give me a few days to review.

bgrainger commented 8 years ago

BTW I'm happy to make any modifications you need (to fit with general coding guidelines, improve cross-platform support, etc.); just let me know.

lemire commented 8 years ago

Much appreciated. As I wrote, give me a few days to review.

lemire commented 8 years ago

I'm not forgetting this...

lemire commented 8 years ago

Looks good to me. I am merging.

I'll add your name to the readme.

lemire commented 8 years ago

@bgrainger

As far as I can tell, your work was flawless.