ybubnov / libhuffmanLinks
The Huffman library is a simple, pure C99 library for encoding and decoding data using a frequency-sorted binary tree.
☆18Updated last year
Alternatives and similar repositories for libhuffman
Users that are interested in libhuffman are comparing it to the libraries listed below
Sorting:
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 5 years ago
- Lock-free memory allocator☆21Updated last year
- java-like synchronized blocks in c++☆13Updated 11 years ago
- Lightweight iterators for various sets where the elements are computed on demand.☆22Updated 8 years ago
- Octosort is an in-place stable adaptive block merge sort.☆18Updated 2 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 5 months ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- A User Space Threading Library☆19Updated last year
- Benchmark results for lossless data compressors☆9Updated 6 years ago
- SIMD-accelerated UTF-8 to UTF-32 conversion☆11Updated 6 years ago
- Finite State Coder☆14Updated 10 years ago
- Intrusive data structures and asynchronous IO library