| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More changes from the import URL update | 2026-01-19 | 2 | -2/+2 | |
| | | |||||
| * | Switch back to internal zlib for loose objects too | 2025-11-19 | 3 | -0/+419 | |
| | | | | | Still marginally less overhead due to pooling | ||||
| * | Probably should name the custom packages specially | 2025-11-19 | 4 | -378/+0 | |
| | | |||||
| * | Initial attempt to make a compressor with less overhead | 2025-11-19 | 2 | -0/+153 | |
| | | | | | io.Reader actually has massive overhead... | ||||
| * | zlib: Use internal adler32 | 2025-11-19 | 1 | -1/+1 | |
| | | |||||
| * | Our zlib ought to be read-only for now | 2025-11-19 | 1 | -194/+0 | |
| | | |||||
| * | Import flate | 2025-11-19 | 2 | -2/+4 | |
| | | |||||
| * | zlib: Add missing error check for flate Reset | 2025-11-18 | 1 | -1/+4 | |
| | | |||||
| * | Use a pooled zlib implementation | 2025-11-18 | 3 | -0/+414 | |
| It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%. | |||||
