Use external iteration for hamt #286
Labels
good first issue
Good for newcomers
Kind: Improvement
An improvement of something that exists.
P3
P3: Might get resolved
Topic: Built-in actors
Topic: IPLD
These currently use internal iteration but this makes them difficult to use with iterator adapters.
Unfortunately, HAMT iteration is recursive so we'll need some form of stack. However, that stack usually has a fixed depth that we can allocate up-front.
The text was updated successfully, but these errors were encountered: