Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix potential LRU cache size issue. | kuba-- | 2018-09-17 | 1 | -0/+23 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | plumbing: add buffer cache and use it in packfile parser | Javi Fontan | 2018-08-14 | 1 | -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> |