aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib
Commit message (Expand)AuthorAgeFilesLines
* More changes from the import URL updateGravatar Runxi Yu2026-01-192-2/+2
* Switch back to internal zlib for loose objects too•••Still marginally less overhead due to pooling Gravatar Runxi Yu2025-11-193-0/+419
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-194-378/+0
* Initial attempt to make a compressor with less overhead•••io.Reader actually has massive overhead... Gravatar Runxi Yu2025-11-192-0/+153
* zlib: Use internal adler32Gravatar Runxi Yu2025-11-191-1/+1
* Our zlib ought to be read-only for nowGravatar Runxi Yu2025-11-191-194/+0
* Import flateGravatar Runxi Yu2025-11-192-2/+4
* zlib: Add missing error check for flate ResetGravatar Runxi Yu2025-11-181-1/+4
* 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-183-0/+414