jar

com.ning : tr13

Maven & Gradle

Dec 10, 2010
29 stars

Ning-tr13 · Library for building simple compact read-only Tries, for space-efficient access to large in-memory datasets.

Table Of Contents

Latest Version

Download com.ning : tr13 JAR file - Latest Versions:

All Versions

Download com.ning : tr13 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x

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 tr13-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ning.tr13.impl.vint

├─ com.ning.tr13.impl.vint.ByteArrayVIntTrieLookup.class - [JAR]

├─ com.ning.tr13.impl.vint.ByteBufferVIntTrieLookup.class - [JAR]

├─ com.ning.tr13.impl.vint.SimpleVIntTrieBuilder.class - [JAR]

├─ com.ning.tr13.impl.vint.VIntNodeFactory.class - [JAR]

├─ com.ning.tr13.impl.vint.VIntValueReader.class - [JAR]

com.ning.tr13.lookup

├─ com.ning.tr13.lookup.BytesTrieLookup.class - [JAR]

├─ com.ning.tr13.lookup.TrieHeader.class - [JAR]

├─ com.ning.tr13.lookup.VIntTrieLookup.class - [JAR]

com.ning.tr13.build

├─ com.ning.tr13.build.ClosedTrieNode.class - [JAR]

├─ com.ning.tr13.build.ClosedTrieNodeFactory.class - [JAR]

├─ com.ning.tr13.build.KeyStringValueReader.class - [JAR]

├─ com.ning.tr13.build.OpenTrieNode.class - [JAR]

├─ com.ning.tr13.build.SimpleTrieBuilder.class - [JAR]

├─ com.ning.tr13.build.TrieNode.class - [JAR]

com.ning.tr13.tools

├─ com.ning.tr13.tools.TrieDumper.class - [JAR]

├─ com.ning.tr13.tools.VIntSpeedTest.class - [JAR]

├─ com.ning.tr13.tools.VIntTrieDumper.class - [JAR]

com.ning.tr13.impl.bytes

├─ com.ning.tr13.impl.bytes.ByteArrayBytesTrieLookup.class - [JAR]

├─ com.ning.tr13.impl.bytes.ByteBufferBytesTrieLookup.class - [JAR]

├─ com.ning.tr13.impl.bytes.BytesNodeFactory.class - [JAR]

├─ com.ning.tr13.impl.bytes.BytesValueReader.class - [JAR]

├─ com.ning.tr13.impl.bytes.SimpleBytesTrieBuilder.class - [JAR]

com.ning.tr13

├─ com.ning.tr13.KeyValueReader.class - [JAR]

├─ com.ning.tr13.KeyValueSource.class - [JAR]

├─ com.ning.tr13.TrieBuilder.class - [JAR]

├─ com.ning.tr13.TrieConstants.class - [JAR]

├─ com.ning.tr13.TrieLookup.class - [JAR]

├─ com.ning.tr13.TrieLookups.class - [JAR]

com.ning.tr13.util

├─ com.ning.tr13.util.InputCollator.class - [JAR]

├─ com.ning.tr13.util.InputUtil.class - [JAR]

├─ com.ning.tr13.util.UTF8Codec.class - [JAR]

├─ com.ning.tr13.util.VInt.class - [JAR]

Advertisement