aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex/decompress_bytes.go
Commit message (Expand)AuthorAgeFilesLines
* flatex: Restructure a littleGravatar Runxi Yu2025-11-251-56/+0
* flatex: Remove unused cruftGravatar Runxi Yu2025-11-251-7/+6
* bufpool: Return bytes.Buffer, rather than a pointer to it•••It's silly to allocate a bytes.Buffer struct, however small it is, every time Borrow is called, since the entire purpose is to reduce allocations. Gravatar Runxi Yu2025-11-231-4/+4
* zlib, flatex: Remove code related to dicts•••Git never uses them Gravatar Runxi Yu2025-11-221-18/+4
* bufpool: Return *BufferGravatar Runxi Yu2025-11-221-5/+5
* bufpool: Improve perf by using buckets of different size classesGravatar Runxi Yu2025-11-221-2/+9
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-191-0/+64