News

OOP can seem a bit abstract at first, but once you get the hang of it, it’ll change the way you write code. It’s all about ...
This is a bit packing library. Bit packing is the process by which you take arrays of (32-bit) integers that fit in [0,2^L) and you write them out using as close to L bits per integer as possible. For ...