core icon indicating copy to clipboard operation
core copied to clipboard

Elias-Fano encoding

Open AeonSw4n opened this issue 1 year ago • 0 comments

A fun algorithm to compress a sorted list of n integers in range [0, m] using 2n + nlog(m/n) bits.

AeonSw4n avatar Apr 16 '23 23:04 AeonSw4n