You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add this library behind a Cargo feature flag, and write some benchmarks to determine if we get substantial speedups on realistic workloads (e.g. computing hash_tree_root on a mainnet BeaconState).
We can accelerate the computation of a parent layer of a Merkle tree using this library: https://github.com/prysmaticlabs/hashtree
The core routine for this computation currently is in this function:
ssz-rs/ssz-rs/src/merkleization/merkleize.rs
Line 96 in 84ef2b7
It would be nice to add this library behind a Cargo feature flag, and write some benchmarks to determine if we get substantial speedups on realistic workloads (e.g. computing
hash_tree_root
on a mainnetBeaconState
).See #93 for a bit more context.
The text was updated successfully, but these errors were encountered: