| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| | |
Update URLs for moved repositories
|
| | |
|
|/
|
|
| |
NewTree is called with the already deflated contents, there's no need to always fail creating a `zlib.NewReader` and waste memory with a new buffer we are just about to destroy.
|
|
|
|
| |
We don't want to read all packfiles to memory, working with a stream is enough.
|
|
|
|
| |
Revamped PackfileReader internals, no longer using a give back buffer.
|
|
|
|
|
|
| |
This doesn't have a noticeable impact in performance for a single repo, but it may have for lots of repos due to GC overhead, as we are creating thousands of spurious objects per repo.
More importantly, it was driving me crazy.
|
|
|