pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.
最近更新: 接近3年前it is a library to compress integer arrays (all primitive integer types are supported). The design favors decompression speed and the ability to index the compressed array over the compression ratio.
最近更新: 接近3年前This crate no londer builds as of Rust 1.33 nightly due to the removal of compiler features that this crates depends on. See the packed_simd crate instead.
最近更新: 接近3年前This crate is a Rust port of Daniel Lemire's simdcomp C library.It makes it possible to compress/decompress : sequence of small integers sequences of increasing integers
最近更新: 接近3年前zpaq is a journaling archiver optimized for user-level incremental backup of directory trees in Windows and *nix. It supports 5 multi-threaded compression levels.
最近更新: 接近3年前This is the Github Page of 7-Zip ZS with support of additional Codecs. The library used therefore is located here: Multithreading Library.support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and so on.
最近更新: 接近3年前The Fast LZMA2 Library is a lossless high-ratio data compression library based on Igor Pavlov's LZMA2 codec from 7-zip.
最近更新: 接近3年前The musl cross project is a set of scripts for downloading and building the musl libc library and toolchains.
最近更新: 接近3年前