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

Implement an Key-Value Map for Enso #497

Closed
3 tasks
iamrecursion opened this issue Feb 18, 2020 · 0 comments · Fixed by #1222
Closed
3 tasks

Implement an Key-Value Map for Enso #497

iamrecursion opened this issue Feb 18, 2020 · 0 comments · Fixed by #1222
Labels
p-medium Should be completed in the next few sprints

Comments

@iamrecursion
Copy link
Contributor

Summary

Enso needs a native map type that maps from keys to values.

Value

We have a map type in the standard library.

Specification

  • Implement a map on top of binary trees (TreeMap).
  • The map should be ordered.
  • Implement a set of useful operations on top of this map.

Acceptance Criteria & Test Cases

  • The above specification has been completed.
  • The functionality has been rigorously tested.
@iamrecursion iamrecursion transferred this issue from another repository Jun 23, 2020
@joenash joenash added Category: Libraries p-medium Should be completed in the next few sprints labels Jun 23, 2020
@iamrecursion iamrecursion mentioned this issue Jun 24, 2020
27 tasks
@iamrecursion iamrecursion mentioned this issue Oct 20, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-medium Should be completed in the next few sprints
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants