lemire / streamvbyte

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

This improves the runtime dispatching. #43

Closed lemire closed 2 years ago

lemire commented 2 years ago

The runtime dispatching in this project relies on a dynamic resolution which is not ideal. This PR fixes that.