FrameOfReference
FrameOfReference copied to clipboard
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
Results
3
FrameOfReference issues
Sort by
recently updated
recently updated
newest added
If i want to compress 64bit integers, what should i do?
Hey, How hard would it be to implement direct access here? Best, Krystian
When compressing, the code adds some padding toward the end to preserve 32-bit alignment. This could be removed, at the cost of portability.