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

View File

@@ -19,3 +19,5 @@ mod shuffle_list;
pub use compute_shuffled_index::compute_shuffled_index;
pub use shuffle_list::shuffle_list;
type Hash256 = ethereum_types::H256;