Hey JvJ

Clojure's vectors and hash maps are primarily based on Phil Bagwell's work.
Links below:

Fast and space efficient trie searches, Phil Bagwell
<http://infoscience.epfl.ch/record/64394/files/triesearches.pdf>
Ideal Hash Trees, Phil Bagwell
<http://lampwww.epfl.ch/papers/idealhashtrees.pdf>

There is also an implementation of sorted maps backed by Red Black trees
based on Okasaki's work. Here's a nice functional pearl by Okasaki
<https://wiki.rice.edu/confluence/download/attachments/2761212/Okasaki-Red-Black.pdf>
about Red Black trees.


Best,
Mohit

On Tue, Jul 21, 2015 at 5:13 AM, JvJ <kfjwhee...@gmail.com> wrote:

> Does anyone know if there exists a paper/web page describing in detail how
> each of Clojure's data structures are implemented?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-Mohit Thatte

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to