patricksheehan / Huffman-CompressionLinks
C++ program to compress any file using the standard Huffman encoding algorithm
☆29Updated 5 years ago
Alternatives and similar repositories for Huffman-Compression
Users that are interested in Huffman-Compression are comparing it to the libraries listed below
Sorting:
- A C++ header only interval tree implementation.☆71Updated 2 months ago
 - My own implementation of C++'s smart pointers☆36Updated 5 years ago
 - Modern C++ B-tree containers☆277Updated 2 years ago
 - C++ implementation of Radix tree☆65Updated 6 years ago
 - C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆143Updated 4 years ago
 - W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
 - High-Performance C++ Data System☆131Updated 3 months ago
 - A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
 - A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
 - A super-fast hash algorithm in a single C++ header☆91Updated 4 years ago
 - a minimal C++ interval tree implementation☆235Updated 4 years ago
 - Fast in-place radix sort with STL-like API☆48Updated 8 years ago
 - AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
 - ☆16Updated 11 years ago
 - SIMD (SSE) string functions☆103Updated 8 years ago
 - TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆437Updated 9 months ago
 - High performance AVL tree container C implementation☆57Updated 5 years ago
 - Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
 - A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
 - A C++ library for creation and manipulation of Merkle trees☆80Updated last year
 - A lock-free priority queue implementation☆35Updated 7 years ago
 - High performance C implementation of AVL trees☆104Updated 6 years ago
 - STL-style C++ skip_list container☆87Updated 3 years ago
 - B+ tree implementation which stores data in file☆282Updated last year
 - performance counters in C++☆21Updated 3 weeks ago
 - Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆251Updated 3 years ago
 - C++ unsigned 128 bit integer type☆233Updated 2 years ago
 - A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆38Updated last year
 - External sort algorithm (C++11 header-only library)☆31Updated 11 years ago
 - X86 CPU topics overview for developers , oriented towards performance☆201Updated 7 months ago