Interweave two 16-bit numbers into a 32-bit number. In theory two small numbers can end up varint encoded to use less space.
the first number
the second number
Interweave two 16-bit numbers into a 32-bit number. In theory two small numbers can end up varint encoded to use less space.