I am pleased to announce the 0.1.0 release of core.rrb-vector, a Clojure Contrib library extending the Clojure vector API with logarithmic-time concatenation and slicing:
https://github.com/clojure/core.rrb-vector [org.clojure/core.rrb-vector "0.1.0"]
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.rrb-vector</artifactId>
<version>0.1.0</version>
</dependency>
This release fixes several bugs that were found in previous releases of the library. More details can be found in the change log:
https://github.com/clojure/core.rrb-vector/blob/master/CHANGES.mdCheers,
Michał Marczyk and Andy Fingerhut