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

Persistent Hash Array Mapped Trie #4

Open
SWeini opened this issue Feb 27, 2021 · 0 comments · May be fixed by #19
Open

Persistent Hash Array Mapped Trie #4

SWeini opened this issue Feb 27, 2021 · 0 comments · May be fixed by #19
Labels
area: collections enhancement New feature or request

Comments

@SWeini
Copy link
Owner

SWeini commented Feb 27, 2021

Persistent version of https://lampwww.epfl.ch/papers/idealhashtrees.pdf

Comparison to standard libraries:
System.Collections.Immutable.ImmutableDictionary<TKey, TValue> is similar in space & time complexity

@SWeini SWeini added enhancement New feature or request area: collections labels Feb 27, 2021
@SWeini SWeini added this to the 1.0 milestone Feb 27, 2021
@SWeini SWeini removed this from the 1.0 milestone Mar 9, 2021
@SWeini SWeini linked a pull request Mar 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: collections enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant