All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download big-map_2.11 JAR 1.1 with all dependencies


In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Files of the artifact big-map_2.11 version 1.1 from the group com.avast.

Test

Download big-map_2.11 (1.1)
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of big-map_2.11 Show documentation

Please rate this JAR file. Is it a good library?

0 downloads




© 2015 - 2025 Weber Informatics LLC | Privacy Policy