https://github.com/kevinbird61/data-compression
Some implementations of data compression algorithms.
https://github.com/kevinbird61/data-compression
data-compression
Last synced: 10 months ago
JSON representation
Some implementations of data compression algorithms.
- Host: GitHub
- URL: https://github.com/kevinbird61/data-compression
- Owner: kevinbird61
- Created: 2018-09-25T06:56:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T12:53:57.000Z (over 7 years ago)
- Last Synced: 2024-12-26T13:43:24.088Z (over 1 year ago)
- Topics: data-compression
- Language: C
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-compression
Some implementations of data compression algorithms.
## Compression rate
* test with input file `test/phonebook.txt` (2300627 bytes)
| Method | Compressed ratio |
| :------: | :------:|
| lz77 | +1.015142 % |
| huffman | -16.926249 % |
| deflate | -18.380337 % |