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 proper, efficient persistent data structures #8

Open
Tko1 opened this issue Apr 23, 2020 · 0 comments
Open

Implement proper, efficient persistent data structures #8

Tko1 opened this issue Apr 23, 2020 · 0 comments

Comments

@Tko1
Copy link
Member

Tko1 commented Apr 23, 2020

Most likely this will just involve integrating https://docs.rs/im/14.3.0/im/ into

persistent_vector.rs

and adding a persistent_hashmap.rs also built on this (not to be confused with our already existing persistent_list_map, which is a non-efficient persistent hashmap implemented as an associative-list for small datasets and, currently, used for prototyping things related to maps)

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