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

[associative] Feature requests: HashSet implementation and document asymptotic complexity, ordering #406

Open
fredkilbourn opened this issue Aug 18, 2023 · 0 comments

Comments

@fredkilbourn
Copy link

Feature requests, subject says it all for the most part:

  1. Would love a HashSet implementation, seems like the most obvious missing collection here.
  2. Would be nice to see more detailed documentation of expected time complexity for the different collection types for insert/lookup/iteration/etc. After looking at the code, saw that some of the structures seem to be O(N) for insert/lookup which isn't great and would be worth noting.
  3. Would be nice to have more detailed documentation about whether collections preserve insert order on iteration.

Nice library overall though, thanks to the maintainers for their time on the project.

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

No branches or pull requests

1 participant