avl.clj

Persistent sorted maps and sets with log-time rank queries

Leiningen/Boot

[avl.clj "0.0.9"]

Clojure CLI/deps.edn

avl.clj/avl.clj {:mvn/version "0.0.9"}

Gradle

implementation("avl.clj:avl.clj:0.0.9")

Maven

<dependency>
  <groupId>avl.clj</groupId>
  <artifactId>avl.clj</artifactId>
  <version>0.0.9</version>
</dependency>