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

data structures: look into implementing vectors and/or sets with maps/tuples #19

Closed
jfacorro opened this issue Sep 13, 2015 · 3 comments

Comments

@jfacorro
Copy link
Member

Read http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf once and for all!

@jfacorro
Copy link
Member Author

Here's an implementation inspired in clojure.lang.PersistenVector.

@jfacorro
Copy link
Member Author

#59 changed clojerl.Set implementation to use an Erlang map to represent the set, following the choice and performance results done for Elixir's Set data structure.

@jfacorro
Copy link
Member Author

It's not worth going down this path until there is a real requirement for more performant data structures.

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