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
89 stars 11 forks source link

Prefetching for Report in pages #350

Closed Scooletz closed 3 months ago

Scooletz commented 3 months ago

This PR introduces .Prefetch for .Report functions used by Paprika.Cli. This should help in saturating IO fully and running stats much faster.

github-actions[bot] commented 3 months ago

Code Coverage

Package Line Rate Branch Rate Health
Paprika 85% 79%
Summary 85% (3917 / 4624) 79% (1236 / 1574)

Minimum allowed line rate is 75%