You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature requests, subject says it all for the most part:
Would love a HashSet implementation, seems like the most obvious missing collection here.
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.
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.
The text was updated successfully, but these errors were encountered:
Feature requests, subject says it all for the most part:
Nice library overall though, thanks to the maintainers for their time on the project.
The text was updated successfully, but these errors were encountered: