Bug#1140158: ITP: golang-github-minio-minlz -- MinLZ is a LZ77 compressor, focused on realtime data compression
"Andrew Lee (李健秋)" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <20260616154715.B51861012B3__24516.2038527027$1781624977$gmane$org@lla3.bfh.ch> |
Package: wnpp Severity: wishlist Owner: Andrew Lee (李健秋) <[email protected]> * Package name : golang-github-minio-minlz Version : 1.1.1-1 Upstream Author : MinIO * URL : https://github.com/minio/minlz * License : Apache-2.0 Programming Lang: Go Description : MinLZ is a LZ77 compressor, focused on realtime data compression This package contains MinLZ which is a LZ77-type compressor with a fixed byte-aligned encoding, in the similar class to Snappy and LZ4. . The goal of MinLZ is to provide a fast, low memory compression algorithm that can be used for fast compression of data, where encoding and/or decoding speed is the primary concern. . MinLZ is designed to operate faster than IO for both compression and decompression. This requires by golang-github-mholt-archives.