Scala Map that uses binary search in memory mapped sorted file. It makes possible usage of data sets bigger than available memory as a Map.
Scala versions:
2.11
big-map 1.1
Group ID:
com.avast
Artifact ID:
big-map_2.11
Version:
1.1
Release Date:
Oct 24, 2016
Licenses:
Files:
Full Scala Version:
2.11.6
Developers:
libraryDependencies += "com.avast" %% "big-map" % "1.1"
ivy"com.avast::big-map:1.1"
//> using dep "com.avast::big-map:1.1"
import $ivy.`com.avast::big-map:1.1`
<dependency> <groupId>com.avast</groupId> <artifactId>big-map_2.11</artifactId> <version>1.1</version> </dependency>
compile group: 'com.avast', name: 'big-map_2.11', version: '1.1'