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.☆70Updated last month
- My own implementation of C++'s smart pointers☆35Updated 5 years ago
- Modern C++ B-tree containers☆274Updated 2 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆142Updated 4 years ago
- A super-fast hash algorithm in a single C++ header☆91Updated 4 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- High-Performance C++ Data System☆131Updated 2 months ago
- C++ implementation of Radix tree☆65Updated 6 years ago
- Parallel C++ algorithms☆66Updated last year
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 12 years ago
- ☆16Updated 11 years ago
- B+ tree implementation which stores data in file☆281Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆432Updated 9 months ago
- Header-only skip list library for modern C++ (C++17/C++20)☆16Updated 3 years ago
- 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…☆73Updated last year
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 9 years ago
- A simple multi-platform library for reading TSC values on x86-64 and ARM architectures.☆36Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated last month
- fast and niubility compression library.☆89Updated 7 years ago
- ☆145Updated this week
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- Port of the xxhash library to C++17.☆183Updated 4 months ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- C++ unsigned 128 bit integer type☆233Updated 2 years ago