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
- My own implementation of C++'s smart pointers☆36Updated 4 years ago
- A C++ header only interval tree implementation.☆63Updated last month
- A super-fast hash algorithm in a single C++ header☆78Updated 3 years ago
- C++ implementation of Radix tree☆61Updated 5 years ago
- High-Performance C++ Data System☆123Updated last year
- Additional C++11 Random Distributions☆17Updated 9 months 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 2 years ago
- 这是我自己用C++写的一个小型数据库,其中包括语义分析,存储管理,检索优化(主要用到了B+树,B+树也是自己写的)☆16Updated 7 years ago
- Modern C++ B-tree containers☆269Updated last year
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 6 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- A cross-platform FTP/FTPS client library built on Boost.Asio☆68Updated last month
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆100Updated 4 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 8 years ago
- 一个简单而较为高效的 C++ Allocator,通过内存池实现☆13Updated 7 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated last year
- C++ implementations of common data compression algorithms.☆115Updated 7 years ago
- 仿Linux Ext2的用户级文件系统(以一个大文件做虚拟磁盘),同时融合了Unix v6文件系统的一些特点。☆21Updated 5 years ago
- C++ code of 1024 rsa☆134Updated 11 years ago
- huffman encoder/decoder☆109Updated 3 years ago
- Skiplist written in C/C++ language.☆27Updated 10 years ago
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- A distributed Google File System (GFS), partially implemented in C++.☆80Updated 2 years ago
- CountDownLatch in C++☆11Updated 5 years ago
- A C++ library for creation and manipulation of Merkle trees☆74Updated 5 months ago
- C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)☆113Updated 6 months ago
- TinyDB (under progress)☆63Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆102Updated 4 years ago