MichaelDipperstein / bwtLinks
bwt: An ANSI C implementation of the Burrows-Wheeler transformation (BWT)
☆14Updated 5 years ago
Alternatives and similar repositories for bwt
Users that are interested in bwt are comparing it to the libraries listed below
Sorting:
- Example of CRUSH compression with optimal parsing using BriefLZ algorithms☆14Updated last year
- Optimal LZ4 compression☆43Updated 5 years ago
- Experimental block sorting compressor based on M03 context aware compression algorithm☆29Updated 2 months ago
- rans optimized tricks☆24Updated 7 years ago
- huffman: An ANSI C implementation of Huffman coding☆13Updated 3 years ago
- rle: An ANSI C implementation of Run Length Encoding☆18Updated 5 years ago
- Dictionary compressor with nibbled ANS and optimal parsing. Other compression experiments.