me.lemire.integercompression
Class BenchmarkBitPacking

java.lang.Object
  extended by me.lemire.integercompression.BenchmarkBitPacking

public class BenchmarkBitPacking
extends Object

Class used to benchmark the speed of bit packing. (For expert use.)

Author:
Daniel Lemire

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

Constructor Detail

BenchmarkBitPacking

public BenchmarkBitPacking()
Method Detail

main

public static void main(String[] args)
Main method

Parameters:
args - command-line arguments


Copyright © 2013. All Rights Reserved.