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

Use SortedSet to store keys for each element #380

Open
harunurhan opened this issue Sep 2, 2017 · 1 comment
Open

Use SortedSet to store keys for each element #380

harunurhan opened this issue Sep 2, 2017 · 1 comment
Assignees

Comments

@harunurhan
Copy link
Contributor

harunurhan commented Sep 2, 2017

So that new key insert isO(log(n))not O(n(log(n)))

Library to use: https://github.com/applitopia/immutable-sorted

@harunurhan harunurhan self-assigned this Sep 2, 2017
@harunurhan
Copy link
Contributor Author

Unfortunately immutable-sorted is not a real extension but extended version of immutablejs so it forks all the code. That's why I'd like to wait applitopia/immutable-sorted#1 to be resolved if we are gonna use that library.

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