aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib
Commit message (Collapse)AuthorAgeFilesLines
* More changes from the import URL updateGravatar Runxi Yu2026-01-192-2/+2
|
* Switch back to internal zlib for loose objects tooGravatar Runxi Yu2025-11-193-0/+419
| | | | Still marginally less overhead due to pooling
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-194-378/+0
|
* Initial attempt to make a compressor with less overheadGravatar Runxi Yu2025-11-192-0/+153
| | | | io.Reader actually has massive overhead...
* 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 implementationGravatar Runxi Yu2025-11-183-0/+414
It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%.