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.
- Host: GitHub
- URL: https://github.com/everysoftware/c-huffman
- Owner: everysoftware
- License: mit
- Created: 2023-01-17T08:43:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T14:53:18.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:52:10.315Z (4 months ago)
- Topics: compression, huffman-coding
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# C Huffman
Простой архиватор, сжимающий файлы с помощью алгоритма Хаффмана.
## Фичи
* User-friendly UI
* Мета данные хранятся прямо в сжатом файле
* Сжатие файлов до 2 ГБ## Комментарий
[Тесты здесь](https://disk.yandex.ru/d/SslQN6-T6Ai_6Q)Проект написан на чистом C