https://github.com/pedroalbanese/zstd
ZStandard compression tool for modern multi-core machines written in Go
https://github.com/pedroalbanese/zstd
compression-algorithm zstandard zstd
Last synced: 4 months ago
JSON representation
ZStandard compression tool for modern multi-core machines written in Go
- Host: GitHub
- URL: https://github.com/pedroalbanese/zstd
- Owner: pedroalbanese
- License: isc
- Created: 2021-11-13T22:01:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T22:24:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T21:18:46.914Z (6 months ago)
- Topics: compression-algorithm, zstandard, zstd
- Language: Go
- Homepage: http://albanese.atwebpages.com
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zstd(2)
[](https://github.com/pedroalbanese/zstd/blob/master/LICENSE.md)
[](https://github.com/pedroalbanese/zstd/releases)
[](http://godoc.org/github.com/pedroalbanese/zstd)
[](https://goreportcard.com/report/github.com/pedroalbanese/zstd)
[](https://golang.org)
[](https://github.com/pedroalbanese/zstd/releases)
### Command:Usage: zstd [OPTION]... [FILE]
Compress or uncompress FILE (by default, compress FILE in-place).-c write on standard output, keep original files unchanged
-cores int
number of cores to use for parallelization (default 1)
-d decompress; see also -c and -k
-f force overwrite of output file
-h print this help message
-k keep original files unchaned
-s string
use provided suffix on compressed files (default "zst")With no FILE, or when FILE is -, read standard input.
#### Check also: [All-in-One Compress](https://github.com/pedroalbanese/aio)
## License
This project is licensed under the ISC License.
##### Copyright (c) 2020-2021 Pedro Albanese - ALBANESE Research Lab.