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

https://github.com/everysoftware/c-huffman

Fast data compression with the Huffman algorithm.
https://github.com/everysoftware/c-huffman

compression huffman-coding

Last synced: 4 months ago
JSON representation

Fast data compression with the Huffman algorithm.

Awesome Lists containing this project

README

        

# C Huffman
Простой архиватор, сжимающий файлы с помощью алгоритма Хаффмана.

![image](https://github.com/everysoftware/c-huffman/assets/22497421/973a710d-fd6e-46ed-a74d-3c7fcdbeb9c3)
![image](https://github.com/everysoftware/c-huffman/assets/22497421/67fbd59e-560f-4f05-ab63-de9aa3123db9)

## Фичи
* User-friendly UI
* Мета данные хранятся прямо в сжатом файле
* Сжатие файлов до 2 ГБ

## Комментарий
[Тесты здесь](https://disk.yandex.ru/d/SslQN6-T6Ai_6Q)

Проект написан на чистом C