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