aboutsummaryrefslogtreecommitdiff
path: root/internal/flate/decompress_bytes.go
Commit message (Collapse)AuthorAgeFilesLines
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-191-64/+0
|
* SliceInflater is probably a better name for thatGravatar Runxi Yu2025-11-191-52/+17
| | | | And let's just basically not use io.Reader at all
* Initial attempt to make a compressor with less overheadGravatar Runxi Yu2025-11-191-0/+99
io.Reader actually has massive overhead...