The aatree project provides an alternative to Clojure sorted-map and 
vector, with several extensions:
  - AAVector supports add/drop at any point using addn and dropn.
  - AAMap implements Reversible, Counted, Indexed and Sorted
  - CountedSequence implements Counted and do not use synchronized.
  - Lazy deserialization/reserialization provides ridiculously fast 
deserialize/update/reserialize processing typical of disk access.

Release 0.3.1:
  - A bug in (count seq) and a race condition in (first seq) have been 
fixed.
  - Documentation has been added to the wiki, and examples provided.

https://github.com/laforge49/aatree#readme

[![Clojars 
Project](http://clojars.org/aatree/latest-version.svg)](http://clojars.org/aatree)

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