DoxigAlpha

Compress

Deflate is a lossless data compression file format that uses a combination of LZ77 and Huffman coding.

Fields of this type

Fields

#
hasher:Container.Hasher
prev_match:?Token
= null
prev_literal:?u8
= null

Type definitions in this namespace

Types

#
Level
Trades between speed and compression size.

Functions in this namespace

Functions

#

Number of tokens to accumulate in deflate before starting block encoding.

Values

#
n_tokens
Number of tokens to accumulate in deflate before starting block encoding.