A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
This PR makes the RootPage much bigger, allowing for a broader fan out at the top (changed from 2 nibbles to 3 nibbles now). This should help with addressing the long application time for blocks. Similar to #338 it's based on Nethermind client having hard time to apply blocks faster then they are processed.
This PR makes the
RootPage
much bigger, allowing for a broader fan out at the top (changed from 2 nibbles to 3 nibbles now). This should help with addressing the long application time for blocks. Similar to #338 it's based on Nethermind client having hard time to apply blocks faster then they are processed.Benchmarks
Sadly, the result db is bigger than original