patricksheehan / Huffman-Compression
C++ program to compress any file using the standard Huffman encoding algorithm
☆30Updated 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
- Huffman encoding and decoding using C++☆53Updated 6 years ago
- A C++ compression and decompression program based on Huffman Coding.☆68Updated 5 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 8 years ago
- A C++ header only interval tree implementation.☆63Updated 2 months ago
- Massively Parallel Huffman Decoding on GPUs☆47Updated 6 years ago
- My own implementation of C++'s smart pointers☆37Updated 4 years ago
- A super-fast hash algorithm in a single C++ header☆78Updated 3 years ago
- Additional C++11 Random Distributions☆17Updated 10 months ago
- Bitonic sort using simd (avx/neon) instructions☆14Updated 3 years ago
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 7 years ago
- huffman encoder/decoder☆110Updated 3 years ago
- High-Performance C++ Data System☆124Updated last year
- Simple image compression/decompression algorithm using DWT (discrete wavelet transform) and RLE+Huffman encoding.☆11Updated 11 years ago
- Fast in-place radix sort with STL-like API☆46Updated 8 years ago
- External sort algorithm (C++11 header-only library)☆32Updated 10 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Port of the xxhash library to C++17.☆174Updated 2 months ago
- A simple BitTorrent client written in C++☆52Updated 3 years ago
- Modern C++ B-tree containers☆269Updated last year
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆100Updated 4 years ago
- C++ implementation of Radix tree☆61Updated 5 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆159Updated last month
- 基于C++实现的用户态TCP协议☆19Updated 4 years ago
- A high performence Cross-platform (parallel) STL-like LSD radix sort algorithm by C++20, 2.5-14.3x faster than std::sort, support user-de…☆27Updated 3 years ago
- A C++ library for creation and manipulation of Merkle trees☆74Updated 6 months 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…☆71Updated last year
- An STL-like C++ header-only tree library☆138Updated 8 months ago
- For details, see the blog post:☆32Updated last year
- Parallel C++ algorithms☆61Updated 10 months ago
- Fast AVX512 (AVX-512) quicksort + bitonic sort.☆28Updated 2 years ago