Hacker News new | ask | show | jobs
by rdtsc 4053 days ago
Also unary encoding is actually used in practice for Golomb coding.

http://en.wikipedia.org/wiki/Golomb_coding

The quotient is sent in unary.

I remember because I implemented that for a lossless image encoding/decoding scheme at some point.