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

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.

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 % |