Discover Packages
github.com/aleccunningham/gvisor
pkg
compressio
package
Version:
v0.0.0-...-23e6066
Opens a new window with list of versions in this module.
Published: May 3, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package compressio provides parallel compression and decompression.
NewReader returns a new compressed reader.
NewWriter returns a new compressed writer.
The recommended chunkSize is on the order of 1M. Extra memory may be
buffered (in the form of read-ahead, or buffered writes), and is limited to
O(chunkSize * [1+GOMAXPROCS]).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.