lighthouse/beacon_node/store
Paul Hauner 2fb6b7c793
Add no-copy block processing cache (#863)
* Add state cache, remove store cache

* Only build the head committee cache

* Fix compile error

* Fix compile error from merge

* Rename state_cache -> checkpoint_cache

* Rename Checkpoint -> Snapshot

* Tidy, add comments

* Tidy up find_head function

* Change some checkpoint -> snapshot

* Add tests

* Expose max_len

* Remove dead code

* Tidy

* Fix bug
2020-04-06 10:53:33 +10:00
..
benches Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
examples Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
Cargo.toml Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00