Remove temporary heap allocations during shuffling (#867)

* Remove temp allocs in compute shuffled index

* Update shuffle list
This commit is contained in:
Paul Hauner
2020-02-25 09:00:09 +11:00
committed by GitHub
parent 2a9c718a20
commit 123c63119d
6 changed files with 91 additions and 36 deletions

1
Cargo.lock generated
View File

@@ -4025,7 +4025,6 @@ dependencies = [
"eth2_hashing 0.1.1",
"ethereum-types 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"int_to_bytes 0.1.0",
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]