Hi, I am pleased to announce that version 0.0.11 of data.avl, a Clojure Contrib library implementing drop-in replacements for Clojure(Script)'s core sorted collections, is now available from Maven Central. See below for more information.
Changes in this release: * two bugs squashed in the ClojureScript version; * in Clojure, data.avl maps and sets are now properly java.io.Serializable; * in Clojure, rank-of now returns primitive longs where appropriate. data.avl's maps and sets are constructed with the clojure.data.avl/sorted-{map,set} functions and their *-by variants and behave like their clojure.core counterparts, with the following differences: * support for the transient API; * support for efficient rank queries via clojure.core/nth and clojure.data.avl/rank-of; * superior lookup performance at some cost in assoc/dissoc performance. My original announcement of data.avl 0.0.10 [0] provides additional details (including some Criterium benchmarks). Dependency information: [org.clojure/data.avl "0.0.11"] <dependency> <groupId>org.clojure</groupId> <artifactId>data.avl</artifactId> <version>0.0.11</version> </dependency> compile "org.clojure:data.avl:0.0.11" Project repository and issue tracker: https://github.com/clojure/data.avl http://dev.clojure.org/jira/browse/DAVL Cheers, Michał [0] https://groups.google.com/d/msg/clojure/8T-Dorhq6xQ/qne94v7Zot0J -- -- 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/groups/opt_out.