Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity
-
Updated
Aug 13, 2022 - C
Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity
Fast de/serialization library supporting variable-bits arrangement
LEB128 with reduced length, up to ⅓ shorter
A C implementation of varint compression algorithm from google
Add a description, image, and links to the varints topic page so that developers can more easily learn about it.
To associate your repository with the varints topic, visit your repo's landing page and select "manage topics."