Skip to content

protolambda/eth2-shuffle-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH 2.0 Shuffle experiment

Warning;

This was an experimental idea to try and improve the ETH 2.0 shuffling performance. Turns out that it's infeasible to use a more permute-index alike approach, because of random access reads of larger data portions being to slow.

Hashing and writing the outputs are not necessarily the only bottlenecks: when you are working with a large pre-computed list of data, you have to deal with slow reads.

License

MIT, see license file

About

ETH 2.0 shuffling experimental improvement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages