erigontech / erigontech/silkworm
Examine use of state LRU cache for Execution stage
Open
research
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Actually execution fills db::buffer up to `batchsize` capacity and flushes to db.
Eventually buffer is destroyed and recreated: this implies account states already fetched from db need to be fetched again.
Evaluate the possibility to use an LRU cache with longer in-mem persistence
Contributor guide
Assessment
This issue has not been assessed yet.