1 مستودع
Multi-core implementations of compression algorithms to increase processing speed for large datasets.
Distinct from Gzip Compression: Distinct from Gzip Compression: focuses on the parallel execution strategy rather than the Gzip format itself.
Explore 1 awesome GitHub repository matching data & databases · Parallel Implementations. Refine with filters or upvote what's useful.
This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal
Provides a parallelized implementation of Gzip to distribute workloads across multiple CPU cores.