lighthouse-pulse/eth2/utils/cached_tree_hash/src
Michael Sproul c1a2238f1a
Implement tree hash caching (#584)
* Implement basic tree hash caching

* Use spaces to indent top-level Cargo.toml

* Optimize BLS tree hash by hashing bytes directly

* Implement tree hash caching for validator registry

* Persist BeaconState tree hash cache to disk

* Address Paul's review comments
2019-11-05 15:46:52 +11:00
..
cache.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
impls.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
lib.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
multi_cache.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
test.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00