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
Beyond full sync, we intend to begin by experimenting with optimizing disk I/O under random reads & writes. The following are some areas we intend to explore:
Pre-fetching data to maintain a warm cache
Statically analyzing blocks to predict storage accesses
Pipelining / batching EVM operations
Finally, an ongoing and parallel workstream is maintaining high quality documentation around each of the crates and the project as a whole, including the Reth Book, which is intended to be an educational resource for onboarding Ethereum node developers to Reth.
For a more detailed view on all development threads, you can try filtering for tracking issues.
The text was updated successfully, but these errors were encountered:
Our current priority is to achieve full sync from genesis.
The state of progress is as follows:
Tasks
Beyond full sync, we intend to begin by experimenting with optimizing disk I/O under random reads & writes. The following are some areas we intend to explore:
Finally, an ongoing and parallel workstream is maintaining high quality documentation around each of the crates and the project as a whole, including the Reth Book, which is intended to be an educational resource for onboarding Ethereum node developers to Reth.
For a more detailed view on all development threads, you can try filtering for tracking issues.
The text was updated successfully, but these errors were encountered: