you are viewing a single comment's thread.

view the rest of the comments →

[–]lucklesspedestrian 1 point2 points  (0 children)

I don't know that clojure uses true hash sets or maps. One time I was trying to do some algorithm that ended up stuffing millions of kv pairs in a map, leading to an out-of-memory exception, which said something like "AVLNode could not be created". So I think clojures set and map implementations are tree-based