An open API service indexing awesome lists of open source software.

https://github.com/pedroalbanese/gzip

Parallel implementation of Gzip for modern multi-core machines written in Go
https://github.com/pedroalbanese/gzip

gzip-compression gzip-decompression multicore-cpu

Last synced: 2 months ago
JSON representation

Parallel implementation of Gzip for modern multi-core machines written in Go

Awesome Lists containing this project

README

        

# Gzip(2)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/gzip/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/gzip?status.png)](http://godoc.org/github.com/pedroalbanese/gzip)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/gzip/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/gzip/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/gzip)](https://goreportcard.com/report/github.com/pedroalbanese/gzip)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/gzip)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/gzip)](https://github.com/pedroalbanese/gzip/releases)
### Parallel implementation of gzip for modern multi-core machines written in Go

Usage: gzip [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 "gz")

With no FILE, or when FILE is -, read standard input.

## License

This project is licensed under the ISC License.

##### Copyright (c) 2020-2021 Pedro Albanese - ALBANESE Research Lab.