Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use external iteration for hamt #286

Closed
Stebalien opened this issue Jan 20, 2022 · 1 comment
Closed

Use external iteration for hamt #286

Stebalien opened this issue Jan 20, 2022 · 1 comment
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

Comments

@Stebalien
Copy link
Member

Stebalien commented Jan 20, 2022

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.

@Stebalien Stebalien added Kind: Improvement An improvement of something that exists. P3 P3: Might get resolved Topic: Built-in actors Topic: IPLD labels Jan 20, 2022
@Stebalien Stebalien added the good first issue Good for newcomers label Feb 16, 2022
@Stebalien Stebalien changed the title Use external iteration for hamt/amt Use external iteration for hamt Aug 30, 2023
@Stebalien
Copy link
Member Author

Opening a new issue for KAMT and AMT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant