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.
Installed Size: 84.0 kB
Architectures: all