Hacker News new | ask | show | jobs
by mort96 843 days ago
> Large values are repeatedly prefix coded

You mean exponential golomb style, where numbers like 0b110100101 would be encoded as 00000000110100110 (essentially using 2 bits per bit)?