erigontech / erigontech/erigon
commitment: warmup cache hidden behind PatriciaContext; use ReadOnly trie for warmup
Open
performance
tech debt reduction
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
Subtask of #20475.
Replace manual warmup cache with `CachingPatriciaContext` — a read-through cache behind the `PatriciaContext` interface. Warmup now uses the `TrieReader` (ReadOnly patricia trie) via `BranchVisitor` instead of reimplementing trie logic.
Implemented in #20535.
Contributor guide
Assessment
This issue has not been assessed yet.