me.lemire.integercompression.benchmarktools
Class BenchmarkCSV
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BenchmarkCSV
public BenchmarkCSV()
loadIntegers
public static ArrayList<int[]> loadIntegers(String filename,
BenchmarkCSV.Format f)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
bench
public static void bench(ArrayList<int[]> postings,
BenchmarkCSV.CompressionMode cm,
boolean verbose)
bytebench
public static void bytebench(ArrayList<int[]> postings,
BenchmarkCSV.CompressionMode cm,
boolean verbose)
Copyright © 2013. All Rights Reserved.