good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4b783c00 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub
Browse files

trie: improve the node iterator seek operation (#22470)

This change improves the efficiency of the nodeIterator seek
operation. Previously, seek essentially ran the iterator forward
until it found the matching node. With this change, it skips
over fullnode children and avoids resolving them from the database.
parent 3e68d627
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment