1 repositorio
Compression techniques that use a pre-trained table of patterns to efficiently compress small files.
Distinct from Compression: Existing dictionary candidates refer to configuration key-values or word dictionaries, not compression patterns.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Dictionary-Based Compression. Refine with filters or upvote what's useful.
Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st
Improves ratios for small files by using a pre-trained table of common patterns.