| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| bzip2_win32.zip | 2021-11-08 | 711.0 kB | |
| bzip2_linux-x86.zip | 2021-11-08 | 681.4 kB | |
| bzip2_linux-amd64.zip | 2021-11-08 | 706.5 kB | |
| bzip2_linux-armel.zip | 2021-11-08 | 666.0 kB | |
| README.md | 2021-11-08 | 1.4 kB | |
| Totals: 5 Items | 2.8 MB | 2 | 
bzip2
Parallel implementation of bzip2 for modern multi-core machines written in Go
Usage: bzip2 [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 unchanged
  -s string
        use provided suffix on compressed files (default "bz2")
With no FILE, or when FILE is -, read standard input.
License
This project is licensed under the ISC License.
