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.0
Group ID:
com.avast
Artifact ID:
big-map_2.10
Version:
1.0
Release Date:
Jan 16, 2015
Licenses:
Files:
Full Scala Version:
2.10.4
Developers:
libraryDependencies += "com.avast" %% "big-map" % "1.0"
ivy"com.avast::big-map:1.0"
//> using dep "com.avast::big-map:1.0"
import $ivy.`com.avast::big-map:1.0`
<dependency> <groupId>com.avast</groupId> <artifactId>big-map_2.10</artifactId> <version>1.0</version> </dependency>
compile group: 'com.avast', name: 'big-map_2.10', version: '1.0'