org.apache.log4j.performance
Class ListVsVector
java.lang.Object
org.apache.log4j.performance.ListVsVector
public class ListVsVector
- extends Object
Compares the performance of looping through a list versus a Vector.
Chain looping is *20* times faster than vector access on JDK 1.1.7B on NT
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListVsVector
public ListVsVector()
main
public static void main(String[] args)
Copyright 2000-2005 Apache Software Foundation.