com.carrotsearch.hppc.examples
Class BigramCounting

java.lang.Object
  extended by com.carrotsearch.junitbenchmarks.AbstractBenchmark
      extended by com.carrotsearch.hppc.examples.BigramCounting

public class BigramCounting
extends com.carrotsearch.junitbenchmarks.AbstractBenchmark


Field Summary
 
Fields inherited from class com.carrotsearch.junitbenchmarks.AbstractBenchmark
benchmarkRun
 
Constructor Summary
BigramCounting()
           
 
Method Summary
 void characterCountingWithHppc()
           
 void characterCountingWithJcfNaive()
           
 void characterCountingWithJcfSmarter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigramCounting

public BigramCounting()
Method Detail

characterCountingWithHppc

public void characterCountingWithHppc()

characterCountingWithJcfSmarter

public void characterCountingWithJcfSmarter()

characterCountingWithJcfNaive

public void characterCountingWithJcfNaive()


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