NethermindEth / Paprika

A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
GNU Lesser General Public License v3.0
91 stars 14 forks source link

Prefetchers allocates less #426

Closed Scooletz closed 2 weeks ago

Scooletz commented 2 weeks ago

This makes Prefetcher to allocate less memory and use a single ThreadPool call when prefetching storage nodes.

github-actions[bot] commented 2 weeks ago

Code Coverage

Package Line Rate Branch Rate Health
Paprika 85% 80%
Summary 85% (4793 / 5633) 80% (1579 / 1968)

Minimum allowed line rate is 75%