aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex/decompress_bytes.go
Commit message (Collapse)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 itGravatar Runxi Yu2025-11-231-4/+4
| | | | | | 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.
* zlib, flatex: Remove code related to dictsGravatar Runxi Yu2025-11-221-18/+4
| | | | Git never uses them
* 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