aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/buffer_lru.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-141-0/+98
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>