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.1.0-SNAPSHOT"]
sparse-array/sparse-array {:mvn/version "0.1.0-SNAPSHOT"}
implementation("sparse-array:sparse-array:0.1.0-SNAPSHOT")
<dependency> <groupId>sparse-array</groupId> <artifactId>sparse-array</artifactId> <version>0.1.0-SNAPSHOT</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: