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.☆71Updated 3 months ago
- My own implementation of C++'s smart pointers☆37Updated 5 years ago
- C++ implementation of Radix tree☆65Updated 6 years ago
- A super-fast hash algorithm in a single C++ header☆92Updated 4 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆144Updated 5 years ago
- Parallel C++ algorithms☆66Updated last year
- Modern C++ B-tree containers☆277Updated 2 years ago
- ☆16Updated 11 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 months ago
- support c++ string, zstd compress,decompress, stream compress, stream decompress☆23Updated 4 years ago
- CountDownLatch in C++☆12Updated 5 years 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 C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- huffman encoder/decoder☆116Updated 4 years ago
- a minimal C++ interval tree implementation☆237Updated 4 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- External sort algorithm (C++11 header-only library)☆31Updated 11 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆248Updated 2 weeks ago
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆104Updated 5 years ago
- Port of the xxhash library to C++17.☆182Updated 6 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- C++ unsigned 128 bit integer type☆235Updated 2 years ago
- Fast AVX512 (AVX-512) quicksort + bitonic sort.☆28Updated 3 years ago
- Additional C++11 Random Distributions☆19Updated last year
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- MurmurHash3 general hash bashed lookup function implementation☆91Updated 10 months ago
- A simple multi-platform library for reading TSC values on x86-64 and ARM architectures.☆36Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆39Updated last year
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 2 years ago