jar

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 JAR file - Latest Versions:

All Versions

Download com.avast : big-map_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window big-map_2.11-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.avast.bigmap

├─ com.avast.bigmap.BinarySearch.class - [JAR]

├─ com.avast.bigmap.BinarySearchTest.class - [JAR]

├─ com.avast.bigmap.JTsvMap.class - [JAR]

├─ com.avast.bigmap.JTsvSet.class - [JAR]

├─ com.avast.bigmap.LargeFileReader.class - [JAR]

├─ com.avast.bigmap.Row.class - [JAR]

├─ com.avast.bigmap.RowFactory.class - [JAR]

├─ com.avast.bigmap.RowSorter.class - [JAR]

├─ com.avast.bigmap.TestCopyLargeFile.class - [JAR]

├─ com.avast.bigmap.TsvMap.class - [JAR]

├─ com.avast.bigmap.TsvMapTest.class - [JAR]

├─ com.avast.bigmap.TsvRow.class - [JAR]

├─ com.avast.bigmap.TsvRowArr.class - [JAR]

├─ com.avast.bigmap.TsvRowComparator.class - [JAR]

├─ com.avast.bigmap.TsvRowFactory.class - [JAR]

├─ com.avast.bigmap.TsvRowImpl.class - [JAR]

├─ com.avast.bigmap.TsvRowSorter.class - [JAR]

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