i was satisfied with just attacking it from a diff...
# development
a
i was satisfied with just attacking it from a different angle and seeing if i could get the same speedup, which would be another way to cross-validate that the fix is doing what we expect. to me it's not too mysterious that doing a
walk()
(which yields async control to perform an LMDB query many times, recursively) is slow compared to the
merkle_<http://trie.rs|trie.rs>
solution.