Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: move package to plumbing | Antonio Jesus Navarro Perez | 2017-02-21 | 4 | -215/+0 |
| | | | | Because cache package is only intended to be used at internal level, we move it to the plumbing package. | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 4 | -4/+4 |
| | |||||
* | Fix typos in cache pkg (#235) | Sergio Arbeo | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | packfile: cache undeltified objects to improve decode performance (#218) | Antonio Navarro Perez | 2017-01-25 | 4 | -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. |