https://github.com/protolambda/eth2-shuffle-experiment
ETH 2.0 shuffling experimental improvement
https://github.com/protolambda/eth2-shuffle-experiment
Last synced: about 2 months ago
JSON representation
ETH 2.0 shuffling experimental improvement
- Host: GitHub
- URL: https://github.com/protolambda/eth2-shuffle-experiment
- Owner: protolambda
- License: mit
- Created: 2019-03-08T22:09:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T17:37:59.000Z (about 6 years ago)
- Last Synced: 2025-02-09T02:13:59.852Z (3 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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