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

True Hash Array Mapped Tries Implementation #14

Closed
hughfdjackson opened this issue Feb 22, 2013 · 1 comment
Closed

True Hash Array Mapped Tries Implementation #14

hughfdjackson opened this issue Feb 22, 2013 · 1 comment
Assignees
Labels

Comments

@hughfdjackson
Copy link
Owner

For the purposes of benchmarking, implement the HAMT as described by bagwell, including:

  • ArrayMap 32-bit ints
  • contigious child arrays
  • bitwise & + CTPOP to map desired child to contigious array
@ghost ghost assigned hughfdjackson Feb 22, 2013
@hughfdjackson
Copy link
Owner Author

This requirement will be null and void with the inclusion of immutable-hash-trie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant