| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | internal/compress: Import flate and such from klauspost/compress | 2026-03-05 | 1 | -204/+0 | |
| | | |||||
| * | zlib: Split files | 2026-03-04 | 1 | -61/+0 | |
| | | |||||
| * | *: Lint | 2026-03-04 | 1 | -3/+36 | |
| | | |||||
| * | *: gofumpt | 2026-03-04 | 1 | -2/+2 | |
| | | |||||
| * | zlib: Use internal adler32 | 2026-02-22 | 1 | -1/+2 | |
| | | |||||
| * | internal/zlib: Use klauspost/compress/flate for now... v0.1.29 | 2026-02-21 | 1 | -1/+2 | |
| | | |||||
| * | *: Fix nosec | 2026-02-21 | 1 | -1/+1 | |
| | | |||||
| * | internal/zlib: Fix lints | 2026-02-21 | 1 | -50/+53 | |
| | | |||||
| * | zlib: Add a poolzed zlib implementation | 2026-02-21 | 1 | -0/+227 | |
| | | |||||
| * | Delete everything, I'm redesigning this. | 2026-02-20 | 1 | -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 too | 2026-02-12 | 1 | -6/+40 | |
| | | |||||
| * | More changes from the import URL update | 2026-01-19 | 1 | -1/+1 | |
| | | |||||
| * | Switch back to internal zlib for loose objects too | 2025-11-19 | 1 | -0/+194 | |
| | | | | | Still marginally less overhead due to pooling | ||||
| * | Our zlib ought to be read-only for now | 2025-11-19 | 1 | -194/+0 | |
| | | |||||
| * | Import flate | 2025-11-19 | 1 | -1/+2 | |
| | | |||||
| * | Use a pooled zlib implementation | 2025-11-18 | 1 | -0/+193 | |
| It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%. | |||||
