filegz
Filegz is a cross-platform data compression tool and file format designed as a flexible, gzip-compatible solution with extensions for streaming and random access to compressed data. The implementation focuses on performance and compatibility, enabling both traditional gzip workflows and newer data-processing patterns. It provides a high-level toolchain and a library interface that can be embedded in applications.
Origin and design: The project emerged in 2019 from a coalition of open-source contributors seeking to extend
Features and architecture: The core library is written in C with bindings for Python, Rust, and Go.
Usage and ecosystem: Filegz is used to compress and decompress data, validate integrity, and inspect metadata.
Status and licensing: As of the latest release, filegz is released under the MIT License and maintained