Examples using... "compress/flate"
Recent
DEFLATE is suitable for transmitting compressed data across the network.
In performance critical applications, Reset can be used to discard the
current compressor or decompressor state and reinitialize them quickly
by taking advantage of previously allocated memory.
A preset dictionary can be used to improve the compression ratio.
The downside to using a dictionary is that the compressor and decompressor
must agree in advance what dictionary to use.
RegisterCompressor registers or overrides a custom compressor for a specific
method ID. If a compressor for a given method is not found, Writer will
default to looking up the compressor at the package level.