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/).
[sparse-array "0.3.0"]
sparse-array/sparse-array {:mvn/version "0.3.0"}
implementation("sparse-array:sparse-array:0.3.0")
<dependency> <groupId>sparse-array</groupId> <artifactId>sparse-array</artifactId> <version>0.3.0</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: