linflate 0.1.3

Fast pure-Rust DEFLATE decompressor — SIMD match-copy, branchless refill, segment-aware
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# linflate

Part of the znippy workspace. See `znippy/WORKSPACE.md` for dependency graph and release gate protocol.

## Benchmarks
```
cargo bench -p linflate
```
History: `znippy-zoomies/linflate/bench_history.json`

## Release
Follow release gate in WORKSPACE.md §Release gate protocol.
Publish: `cargo publish -p linflate`