lemire / streamvbyte

Fast integer compression in C using the StreamVByte codec
Apache License 2.0
374 stars 37 forks source link

Msvc 2017 build #31

Closed 0x55555555 closed 5 years ago

0x55555555 commented 5 years ago

sys/resource does not exist on windows: https://pubs.opengroup.org/onlinepubs/7908799/xsh/sysresource.h.html

__restrict__ is instead __restrict on msvc.

lemire commented 5 years ago

Looks fine to me, thanks.