line-vector

The line-vector project attempts to provide a read only way to deal with text files as if they were a vector of lines (random access). To accomplish this, line-vector is a wrapper around clj-mmap library from Alan Busby. Suggestions are welcome.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 56 Downloads
  • 12 This Version

Leiningen/Boot

[line-vector "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

line-vector/line-vector {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("line-vector:line-vector:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>line-vector</groupId>
  <artifactId>line-vector</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>