me.lemire.integercompression.benchmarktools
Class BenchmarkCSV

java.lang.Object
  extended by me.lemire.integercompression.benchmarktools.BenchmarkCSV

public class BenchmarkCSV
extends Object

This will run benchmarks using a set of posting lists stored as CSV files.

Author:
lemire

Constructor Summary
BenchmarkCSV()
           
 
Method Summary
static void bench(int[][] postings, boolean verbose)
           
static void bytebench(int[][] postings, boolean verbose)
           
static int[] loadIntegers(String filename)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkCSV

public BenchmarkCSV()
Method Detail

loadIntegers

public static int[] loadIntegers(String filename)
                          throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

bench

public static void bench(int[][] postings,
                         boolean verbose)

bytebench

public static void bytebench(int[][] postings,
                             boolean verbose)


Copyright © 2013. All Rights Reserved.