Expand description
Buffer wrappers implementing default so we can allocate the buffers with Box::default()
to avoid stack copies. Box::new() doesn’t at the moment, and using a vec means we would lose
static length info.
Structs§
Constants§
- LZ_
CODE_ BUF_ MASK  - LZ_
CODE_ BUF_ SIZE  - Size of the buffer of lz77 encoded data.
 - LZ_
DICT_ FULL_ SIZE  - LZ_
HASH_ BITS  - Size of hash values in the hash chains.
 - LZ_
HASH_ SHIFT  - How many bits to shift when updating the current hash value.
 - LZ_
HASH_ SIZE  - Size of the chained hash tables.
 - OUT_
BUF_ SIZE  - Size of the output buffer.