sapling/eden/fs/store/test
Chad Austin 742e1e34b8 add an in-memory LRU for blob metadata
Summary:
Because Mercurial blob IDs change without the contents changing, and
because files get unloaded upon checkout, rebasing across a large
distance in history can result in status fetching a lot of
metadata. Keep a smallish LRU cache for SHA-1 and size by blob ID.

Reviewed By: strager

Differential Revision: D10419965

fbshipit-source-id: 81499573814775471913db05f924767c3bab300e
2018-10-22 20:27:27 -07:00
..
DiffTest.cpp add an in-memory LRU for blob metadata 2018-10-22 20:27:27 -07:00
LocalStoreTest.cpp make LocalStore::getBlobMetadata return a Future 2018-06-01 09:38:45 -07:00