aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Collapse)AuthorAgeFilesLines
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-304-4/+4
|
* Fix typos in cache pkg (#235)Sergio Arbeo2017-01-301-2/+2
|
* packfile: cache undeltified objects to improve decode performance (#218)Antonio Navarro Perez2017-01-254-0/+215
* Simple object cache that keeps in memory the last undeltified objects. When no more objects can be kept into memory, the oldest one is deleted (FIFO). This speeds up packfile operations preventing redundant seeks and decodes.