[ ソース: 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