file-atlas

A wrapper over java.nio's mmap() implementation to ease use, and enable mmap'ing files larger than 2GB.

Leiningen/Boot

[file-atlas "1.0.0"]

Clojure CLI/deps.edn

file-atlas/file-atlas {:mvn/version "1.0.0"}

Gradle

implementation("file-atlas:file-atlas:1.0.0")

Maven

<dependency>
  <groupId>file-atlas</groupId>
  <artifactId>file-atlas</artifactId>
  <version>1.0.0</version>
</dependency>