Open
Description
In my mind Full
nodes should be pretty rare in the real world. The root node might be one, but at deeper levels I wouldn't expect to encounter any Full
nodes.
Therefore it's unclear what benefit we get from all the dedicated code operating on this type of node.
From an earlier experiment to remove Full
we have a report of perf regressions, but it's not clear which code regressed and why.
I would expect that the current Int
benchmarks show regressions due to their unusually contiguous hash distribution, which I think is rather unrealistic.