Golomb-Rice coding for compressing a set of hashes (opens in new tab)
Explaining the idea behind Golomb Coded Sets, a way to compress a set of hash values by using variable-length encoding on the differences in the sorted values.
Read the original article