[ 原始碼: golang-github-saracen-fastzip ]
套件:golang-github-saracen-fastzip-dev(0.1.11-2)
golang-github-saracen-fastzip-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-saracen-fastzip:
- [golang-github-saracen-fastzip_0.1.11-2.dsc]
- [golang-github-saracen-fastzip_0.1.11.orig.tar.gz]
- [golang-github-saracen-fastzip_0.1.11-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
opinionated Zip archiver with a focus on speed (Go library)
Fastzip is an opinionated Zip archiver and extractor with a focus on speed.
* Archiving and extraction of files and directories can only occur within a specified directory. * Permissions, ownership (uid, gid on linux/unix) and modification times are preserved. * Buffers used for copying files are recycled to reduce allocations. * Files are archived and extracted concurrently. * By default, the excellent github.com/klauspost/compress/flate (https://github.com/klauspost/compress) library is used for compression and decompression.
This package contains the Go development library.
其他與 golang-github-saracen-fastzip-dev 有關的套件
|
|
|
|
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages
-
- dep: golang-github-saracen-zipextra-dev
- utils for ZIP archive format's "Extra Fields" (Go library)
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-sync-dev
- Supplemental Go synchronization libraries
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system