patricksheehan / Huffman-CompressionLinks
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
Sorting:
- Huffman encoding and decoding using C++☆53Updated 6 years ago
- huffman encoder/decoder☆113Updated 4 years ago
- B+ tree implementation which stores data in file☆279Updated last year
- My own implementation of C++'s smart pointers☆37Updated 4 years ago
- C++ implementation of Radix tree☆64Updated 5 years ago
- A C++ header only interval tree implementation.☆64Updated 5 months ago
- High-Performance C++ Data System☆125Updated last year
- A SQL parser written in C++☆30Updated 3 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆26Updated 8 years ago
- High performance AVL tree container C implementation☆55Updated 5 years ago
- A simple BitTorrent client written in C++☆56Updated 3 years ago
- B+ tree implementation in C☆131Updated 4 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆88Updated 9 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- ☆22Updated last year
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆28Updated 3 years ago
- A relatively simple implementation of the R* Tree data structure for C++☆50Updated 2 years ago
- ☆27Updated 4 years ago
- Modern C++ B-tree containers☆272Updated last year
- C++ implementation of B+ Tree.☆24Updated 6 years ago
- A C++ compression and decompression program based on Huffman Coding.☆69Updated 5 years ago
- ☆16Updated 11 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- A C++ library for creation and manipulation of Merkle trees☆76Updated 9 months ago
- Lightweight FTP server written in C☆144Updated last year
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- tcp socket with support of c++20 coroutine (coroutine TS)☆27Updated last year
- Lock-free linked list☆16Updated 12 years ago
- C++ interfaces for RDMA access☆77Updated last week
- c++模拟实现一致性哈希,使用了虚拟节点,具有插入数据功能,在新增实际节点或者删除实际节点时,会对虚拟节点上的数据进行迁移☆21Updated 5 years ago