Counting proceeds like an odometer that can't show zero. After 6, the next number "rolls over" to 11. This property makes it incredibly useful in computer science for creating compact, unambiguous ...
This is a simple, zero dependency javascript library which implements length-prefixed varint encoding. The format is similar to LEB128 but: It uses a bijective base, based off this HN comment. This ...