aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib/writer.go
Commit message (Expand)AuthorAgeFilesLines
* zlib: Add a poolzed zlib implementationGravatar Runxi Yu2026-02-211-0/+227
* 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-228/+0
* zlib: Pool writers tooGravatar Runxi Yu2026-02-121-6/+40
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-1/+1
* Switch back to internal zlib for loose objects too•••Still marginally less overhead due to pooling Gravatar Runxi Yu2025-11-191-0/+194
* Our zlib ought to be read-only for nowGravatar Runxi Yu2025-11-191-194/+0
* Import flateGravatar Runxi Yu2025-11-191-1/+2
* Use a pooled zlib implementation•••It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%. Gravatar Runxi Yu2025-11-181-0/+193