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