lighthouse/beacon_node/beacon_chain
Paul Hauner 75efed305c
Faster BeaconState enc/dec (#671)
* Add state enc/dec benches

* Add example for flamegraph

* Use `PublicKeyBytes` for `Validator`

* Ripple PublicKeyBytes change through codebase

* Add benches, optimizations to store BeaconState

* Store BeaconState in StorageContainer too

* Optimize StorageContainer with std::mem magic

* Fix rest_api tests
2019-12-06 16:44:03 +11:00
..
src Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
tests Improve freezer DB efficiency with periodic restore points (#649) 2019-12-06 14:29:06 +11:00
Cargo.toml Implement freezer database (#508) 2019-11-27 10:54:46 +11:00