DOC

com.avast : big-map_2.11

Maven & Gradle

Oct 24, 2016
3 stars

BigMap · 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.

Table Of Contents

Latest Version

Download com.avast : big-map_2.11 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.avast : big-map_2.11 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file big-map_2.11-1.1-javadoc.jar to big-map_2.11-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder big-map_2.11-1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "big-map_2.11-1.1-sources.jar" -d "big-map_2.11-1.1-javadoc" -subpackages 

Advertisement

Dependencies from Group

Apr 16, 2014
11 usages
5 stars
Feb 02, 2023
7 usages
194 stars
Jan 23, 2023
5 usages
5 stars
Jan 23, 2023
5 usages
5 stars
Jul 23, 2015
4 usages
1 stars

Discover Dependencies