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 sorted maps and sets #57

Open
jeaye opened this issue Feb 17, 2024 · 0 comments
Open

Add sorted maps and sets #57

jeaye opened this issue Feb 17, 2024 · 0 comments
Labels

Comments

@jeaye
Copy link
Collaborator

jeaye commented Feb 17, 2024

Clojure has sorted-map, which builds a PersistentTreeMap, and sorted-set, which builds a PersistentTreeSet. immer doesn't support these, but there's some good info here: arximboldi/immer#105

jank will need its own version, but hopefully we can benefit from the stdlib.

Overall, since we have hash maps, array maps, and hash sets, I think the sorted variants are low priority.

@jeaye jeaye added the feature label Feb 17, 2024
@jeaye jeaye mentioned this issue Feb 17, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant