[ aramo ]
[ 源代码: golang-github-valyala-gozstd ]
软件包: golang-github-valyala-gozstd-dev (1.14.2+ds-1)
golang-github-valyala-gozstd-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-valyala-gozstd:
- [golang-github-valyala-gozstd_1.14.2+ds-1.dsc]
- [golang-github-valyala-gozstd_1.14.2+ds.orig.tar.gz]
- [golang-github-valyala-gozstd_1.14.2+ds-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Guillem Jover
外部的资源:
- 主页 [github.com]
相似软件包:
go wrapper for zstd (library)
This package provides Go bindings for the libzstd C library.
Features:
* Simple API.
* Optimized for speed. The API may be easily used in zero allocations mode.
* Compress* and Decompress* functions are optimized for high concurrency.
* Proper Writer.Flush for network apps.
* Supports the following features from upstream zstd:
- Block / stream compression / decompression with all the supported
compression levels and with dictionary support.
- Dictionary building from a sample set. The created dictionary may be
saved to persistent storage / transferred over the network.
- Dictionary loading for compression / decompression.
There is also StreamCompress and Writer for stream compression and StreamDecompress and Reader for stream decompression.
其他与 golang-github-valyala-gozstd-dev 有关的软件包
|
|
|
-
- dep: libzstd-dev
- fast lossless compression algorithm -- development files