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.☆72Updated 3 months ago
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- Modern C++ B-tree containers☆276Updated 2 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆145Updated 5 years ago
- A super-fast hash algorithm in a single C++ header☆92Updated 4 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…☆75Updated last year
- C++ implementation of Radix tree☆66Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- High-Performance C++ Data System☆131Updated 4 months ago
- ☆16Updated 11 years ago
- A SQL parser written in C++☆32Updated 4 years ago
- A lock-free priority queue implementation☆35Updated 7 years ago
- Parallel C++ algorithms☆66Updated last year
- Port of the xxhash library to C++17.☆183Updated 6 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆41Updated last year
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Additional C++11 Random Distributions☆19Updated last year
- Lightweight FTP server written in C☆145Updated 2 years ago
- C++ unsigned 128 bit integer type☆237Updated 2 years ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆25Updated 9 months ago
- A simple relational database based on Stanford CS346 RedBase, implemented in elegant modern C++14.☆56Updated 3 years ago
- An easy-to-use, header-only C++ wrapper for Linux' perf event API☆136Updated 9 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- A simple multi-platform library for reading TSC values on x86-64 and ARM architectures.☆36Updated last year
- A lightweight big integer library for c++☆220Updated 4 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆251Updated 4 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆113Updated last year
- B+ tree implementation which stores data in file☆281Updated last year