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

Add the ImHashMap creation methods to accept the array of items and immediately build the final form of the map #42

Closed
dadhi opened this issue Mar 19, 2021 · 1 comment
Assignees
Milestone

Comments

@dadhi
Copy link
Owner

dadhi commented Mar 19, 2021

The idea is for the small map we don't need to iterate on nodes and waste the memory but rather sort the input items and map them to the concrete ImMap representation right away. It will be big win for the small maps.

Somehow related to #41

@dadhi dadhi self-assigned this May 24, 2022
@dadhi dadhi added this to the v4.0.0 milestone May 24, 2022
@dadhi
Copy link
Owner Author

dadhi commented May 24, 2022

Fixed via #41

@dadhi dadhi closed this as completed May 24, 2022
@dadhi dadhi changed the title Add the ImMap and ImHashMap creation methods to accept the array of items and immediately build the final form of the map Add the ImHashMap creation methods to accept the array of items and immediately build the final form of the map May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant