aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/buffer_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential LRU cache size issue.kuba--2018-09-171-0/+23
| | | | Signed-off-by: kuba-- <kuba@sourced.tech>
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-141-0/+128
It uses less memory and is faster as slices don't have to be converted from/to MemoryObject and they are indexed by offset. Signed-off-by: Javi Fontan <jfontan@gmail.com>