aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib
Commit message (Collapse)AuthorAgeFilesLines
* internal/compress: Import flate and such from klauspost/compressGravatar Runxi Yu2026-03-055-599/+0
|
* internal/zlib: Unexport ResetGravatar Runxi Yu2026-03-052-3/+4
|
* internal/zlib: Add counting flate readerGravatar Runxi Yu2026-03-052-11/+56
|
* zlib: Split filesGravatar Runxi Yu2026-03-044-135/+159
|
* *: LintGravatar Runxi Yu2026-03-042-13/+76
|
* *: gofumptGravatar Runxi Yu2026-03-041-2/+2
|
* zlib: Use internal adler32Gravatar Runxi Yu2026-02-222-2/+4
|
* internal/zlib: Use klauspost/compress/flate for now... v0.1.29Gravatar Runxi Yu2026-02-212-2/+4
|
* *: Fix nosecGravatar Runxi Yu2026-02-212-2/+2
|
* internal/zlib: Fix lintsGravatar Runxi Yu2026-02-212-56/+66
|
* zlib: Add a poolzed zlib implementationGravatar Runxi Yu2026-02-213-0/+452
|
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-203-454/+0
| | | | | 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.
* zlib: Pool writers tooGravatar Runxi Yu2026-02-122-15/+50
|
* 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%.