org.archive.util
Class BenchmarkBlooms

java.lang.Object
  extended by org.archive.util.BenchmarkBlooms

public class BenchmarkBlooms
extends java.lang.Object

Simple benchmarking of different BloomFilter implementations. Take care when interpreting results; the effect of GC, dynamic compilation, and any other activity on test machine may affect relative time tallies in unpredictable ways.

Author:
Gordon Mohr

Constructor Summary
BenchmarkBlooms()
           
 
Method Summary
 void instanceMain(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkBlooms

public BenchmarkBlooms()
Method Detail

main

public static void main(java.lang.String[] args)

instanceMain

public void instanceMain(java.lang.String[] args)


Copyright © 2003-2011 Internet Archive. All Rights Reserved.