lighthouse/beacon_node/beacon_chain/tests
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
..
persistence_tests.rs Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
store_tests.rs Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
tests.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00