erigontech / erigontech/silkworm

Examine use of state LRU cache for Execution stage

Open
#555 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.