Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cifkao/bis

A block-sorting compression tool
https://github.com/cifkao/bis

Last synced: 14 days ago
JSON representation

A block-sorting compression tool

Awesome Lists containing this project

README

        

Bis
===

Bis is a file compression tool written in C. It compresses files using
a combination of the Burrows-Wheeler transform and Huffman coding.
It is probably not useful for practical purposes, as there are compression
methods out there that are both faster and more effective. Hopefully,
someone will at least have fun reading the code.

Documentation can be found on the project's [wiki](https://github.com/cifkao/bis/wiki/Documentation).