invertedtomato / packing

Library for encoding integers in the minimal number of bits. Includes VLQ and Elias Omega encoding.
MIT License
76 stars 6 forks source link

Mixed codec #20

Closed invertedtomato closed 2 years ago

invertedtomato commented 2 years ago

Added ability to mix codecs. Includes a massive overhaul and some significant improvements in clarity.