You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce allocations within HashMap iterator for small maps
Defer allocation of the arrays used to track the cursor into the
trie until iteration into the first sub-node of the root node.
For tiny, shallow maps (with all data contained in the root node)
or iteration that aborts early, we can save some allocation here.
0 commit comments