1 dépôt
High-speed restoration of compressed data streams for immediate application consumption.
Distinct from Real-Time Data Processors: Focuses on the speed of the decompression process for real-time use, not the general processing of streams.
Explore 1 awesome GitHub repository matching data & databases · Real-Time Decompression. 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
Enables high-throughput real-time decompression to restore data quickly for immediate application use.