oscript.util
Class TableBench

java.lang.Object
  extended byoscript.util.TableBench

public class TableBench
extends java.lang.Object

A benchmark to compare OpenHashSymbolTable to a java.util.Hashtable for operations that are likely to be commonly used by the script engine

Version:
0.1
Author:
Rob Clark

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

Constructor Detail

TableBench

public TableBench()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable