aboutsummaryrefslogtreecommitdiff
path: root/internal/zlibx/decompress.go
Commit message (Expand)AuthorAgeFilesLines
* Delete everything, I'm redesigning this.•••I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us. Gravatar Runxi Yu2026-02-201-54/+0
* zlibx: Make DecompressSized's return int more obviously mean consumedGravatar Runxi Yu2026-01-301-1/+1
* zlibx: Make DecompressSized return the number of bytes consumedGravatar Runxi Yu2026-01-291-10/+11
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-3/+3
* 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-9/+9
* zlib, flatex: Remove code related to dicts•••Git never uses them Gravatar Runxi Yu2025-11-221-31/+3
* bufpool: Return *BufferGravatar Runxi Yu2025-11-221-13/+13
* bufpool: Improve perf by using buckets of different size classesGravatar Runxi Yu2025-11-221-2/+14
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-191-0/+69