[ 原始碼: golang-github-pierrec-lz4 ]
套件:golang-github-pierrec-lz4-dev(4.1.18-1)
golang-github-pierrec-lz4-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-pierrec-lz4:
- [golang-github-pierrec-lz4_4.1.18-1.dsc]
- [golang-github-pierrec-lz4_4.1.18.orig.tar.gz]
- [golang-github-pierrec-lz4_4.1.18-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
LZ4 compression and decompression in pure Go
This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently.