PEF
This repository is an ongoing Rust implementation of the Partitioned Elias-Fano encoding for sorted integers. The status is as follows:
- Working Elias-Fano implementation (can encode and get the bytes for the representation)
- Partitioned Elias-Fano implementation
- Read performance increases
Examples
let ef = new;
assert_eq!;
assert_eq!;
let serialized = ef.as_bytes;