aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile/common.go
Commit message (Collapse)AuthorAgeFilesLines
* Speed up packfile readingAlberto Cortés2016-01-261-0/+7
| | | | | By adding a bufio to the trackingReader, otherwise most of the time is spent in syscalls for small reads to the packfile.
* formats/packfile: new reader APIMáximo Cuadros2015-10-251-7/+4
|
* formats/packfile: cleanupMáximo Cuadros2015-10-231-0/+39