Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cifkao/bis
- Owner: cifkao
- License: mit
- Created: 2014-07-25T17:15:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T17:54:39.000Z (about 7 years ago)
- Last Synced: 2024-10-17T19:11:38.475Z (26 days ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).