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

Implement multimap #290

Merged
merged 6 commits into from
Mar 23, 2020
Merged

Implement multimap #290

merged 6 commits into from
Mar 23, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • It's a hamt where the values are amts
    • Used for indexing addresses and epochs and saving an ordered set of values
  • Refactors Amt to get it closer in line with the Hamt for more consistent usage

Note: the array value type must be inferred when retrieving since only a cid is saved at the nodes of the Hamt, so still have to be careful on usage to make sure the Amts get deserialized correctly

Reference issue to close (if applicable)

Closes #280

Other information and links

@austinabell austinabell merged commit 08d523b into master Mar 23, 2020
@austinabell austinabell deleted the austin/actors/multimap branch March 23, 2020 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup multimap structure
3 participants