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.