aboutsummaryrefslogtreecommitdiff
path: root/internal/flate
Commit message (Collapse)AuthorAgeFilesLines
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-196-1667/+0
|
* flate: Remove unused codeGravatar Runxi Yu2025-11-193-447/+4
|
* SliceInflater is probably a better name for thatGravatar Runxi Yu2025-11-192-52/+496
| | | | And let's just basically not use io.Reader at all
* Initial attempt to make a compressor with less overheadGravatar Runxi Yu2025-11-192-0/+175
| | | | io.Reader actually has massive overhead...
* Our zlib ought to be read-only for nowGravatar Runxi Yu2025-11-194-1747/+8
|
* Import flateGravatar Runxi Yu2025-11-198-0/+3230