com.carrotsearch.hppc.jub
Class BitSetBenchmark

java.lang.Object
  extended by com.carrotsearch.junitbenchmarks.AbstractBenchmark
      extended by com.carrotsearch.hppc.jub.BitSetBenchmark

public class BitSetBenchmark
extends com.carrotsearch.junitbenchmarks.AbstractBenchmark

Simple benchmarks against java.util.BitSet.


Field Summary
 
Fields inherited from class com.carrotsearch.junitbenchmarks.AbstractBenchmark
benchmarkRun
 
Constructor Summary
BitSetBenchmark()
           
 
Method Summary
static void before()
           
 void testBitSetIteratorHPPC()
           
 void testCardinalityHPPC()
           
 void testCardinalityJRE()
           
 void testIntCursorIteratorHPPC()
           
 void testIteratorHPPC()
           
 void testIteratorJRE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitSetBenchmark

public BitSetBenchmark()
Method Detail

before

public static void before()

testCardinalityHPPC

public void testCardinalityHPPC()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testCardinalityJRE

public void testCardinalityJRE()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testBitSetIteratorHPPC

public void testBitSetIteratorHPPC()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testIntCursorIteratorHPPC

public void testIntCursorIteratorHPPC()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testIteratorHPPC

public void testIteratorHPPC()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testIteratorJRE

public void testIteratorJRE()
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.