sparse-array

A Clojure library designed to manipulate sparse *arrays* - multi-dimensional spaces accessed by indices, but containing arbitrary values rather than just numbers. For sparse spaces which contain numbers only, you're better to use a *sparse matrix* library, for example [clojure.core.matrix](https://mikera.github.io/core.matrix/).

Leiningen/Boot

[sparse-array "0.2.1"]

Clojure CLI/deps.edn

sparse-array/sparse-array {:mvn/version "0.2.1"}

Gradle

implementation("sparse-array:sparse-array:0.2.1")

Maven

<dependency>
  <groupId>sparse-array</groupId>
  <artifactId>sparse-array</artifactId>
  <version>0.2.1</version>
</dependency>