jar

com.github.jparkie : pdd

Maven & Gradle

Dec 08, 2016
242 stars

PDD · Advanced Bloom Filter Based Algorithms for Efficient Approximate Data De-Duplication in Streams

Table Of Contents

Latest Version

Download com.github.jparkie : pdd JAR file - Latest Versions:

All Versions

Download com.github.jparkie : pdd JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 pdd-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jparkie.pdd

├─ com.github.jparkie.pdd.BitArray.class - [JAR]

├─ com.github.jparkie.pdd.Murmur3_x86_32.class - [JAR]

├─ com.github.jparkie.pdd.Platform.class - [JAR]

├─ com.github.jparkie.pdd.ProbabilisticDeDuplicator.class - [JAR]

├─ com.github.jparkie.pdd.ProbabilisticDeDuplicatorSerializer.class - [JAR]

com.github.jparkie.pdd.impl

├─ com.github.jparkie.pdd.impl.BSBFDeDuplicator.class - [JAR]

├─ com.github.jparkie.pdd.impl.BSBFDeDuplicatorSerializer.class - [JAR]

├─ com.github.jparkie.pdd.impl.BSBFSDDeDuplicator.class - [JAR]

├─ com.github.jparkie.pdd.impl.BSBFSDDeDuplicatorSerializer.class - [JAR]

├─ com.github.jparkie.pdd.impl.RLBSBFDeDuplicator.class - [JAR]

├─ com.github.jparkie.pdd.impl.RLBSBFDeDuplicatorSerializer.class - [JAR]