/Compression-Selective_Decompression

Elias-Fano compression implementation in Python, which reads a list of integers from a file, compresses them into two bit arrays (L and U), and prints the compressed representation and their SHA-256 hash.

Primary LanguagePythonMIT LicenseMIT

Stargazers