patricksheehan / Huffman-CompressionLinks
C++ program to compress any file using the standard Huffman encoding algorithm
☆29Updated 6 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.☆73Updated 5 months ago
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- C++ implementation of Radix tree☆67Updated 6 years ago
- A super-fast hash algorithm in a single C++ header☆93Updated 4 years ago
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆105Updated 5 years ago
- huffman encoder/decoder☆116Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆146Updated 5 years ago
- Parallel C++ algorithms☆66Updated this week
- High-Performance C++ Data System☆131Updated 5 months ago
- Bloom filters for C++11☆364Updated 4 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- Simple Set implementation in C☆73Updated last month
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A C++ library for creation and manipulation of Merkle trees☆82Updated last year
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆76Updated 2 years ago
- B+ tree implementation which stores data in file☆280Updated 2 years ago
- An STL-like C++ header-only tree library☆150Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆43Updated last year
- a minimal C++ interval tree implementation☆237Updated 4 years ago
- C++ unsigned 128 bit integer type☆237Updated 2 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 9 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- In-memory generic B-tree implementation☆27Updated 14 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated 2 weeks ago
- fast and niubility compression library.☆89Updated 7 years ago
- Port of the xxhash library to C++17.☆185Updated 8 months ago
- buddy system memory allocator☆39Updated 11 years ago