Second release of aatree: https://github.com/laforge49/aatree
    -added support for vectors
    -improved performance by avoiding reflection.

Unlike the standard Clojure vectors, aavector also supports add/drop at any 
point in the vector. This was reasonable because aavector is implemented as 
a tree.

This was almost a complete rewrite of version 0.1.0, to facilitate code 
sharing between aamap and aavector.

As a newbie, I would appreciate some eyes on this code. I've learned a 
bunch since the last release but I am sure there is still a lot that I know 
nothing about! --Bill

-- 
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