lighthouse/beacon_node/store/src/impls
Michael Sproul e0b9fa599f
Add LRU cache to database (#837)
* Add LRU caches to store

* Improvements to LRU caches

* Take state by value in `Store::put_state`

* Store blocks by value, configurable cache sizes

* Use a StateBatch to efficiently store skip states

* Fix store tests

* Add CloneConfig test, remove unused metrics

* Use Mutexes instead of RwLocks for LRU caches
2020-02-10 11:30:21 +11:00
..
beacon_state.rs Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
partial_beacon_state.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00