aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib/writer.go
Commit message (Collapse)AuthorAgeFilesLines
* internal/compress: Import flate and such from klauspost/compressGravatar Runxi Yu2026-03-051-204/+0
|
* zlib: Split filesGravatar Runxi Yu2026-03-041-61/+0
|
* *: LintGravatar Runxi Yu2026-03-041-3/+36
|
* *: gofumptGravatar Runxi Yu2026-03-041-2/+2
|
* zlib: Use internal adler32Gravatar Runxi Yu2026-02-221-1/+2
|
* internal/zlib: Use klauspost/compress/flate for now... v0.1.29Gravatar Runxi Yu2026-02-211-1/+2
|
* *: Fix nosecGravatar Runxi Yu2026-02-211-1/+1
|
* internal/zlib: Fix lintsGravatar Runxi Yu2026-02-211-50/+53
|
* zlib: Add a poolzed zlib implementationGravatar Runxi Yu2026-02-211-0/+227
|
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-201-228/+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-121-6/+40
|
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-1/+1
|
* Switch back to internal zlib for loose objects tooGravatar Runxi Yu2025-11-191-0/+194
| | | | Still marginally less overhead due to pooling
* 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 implementationGravatar Runxi Yu2025-11-181-0/+193
It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%.