org.apache.log4j.performance
Class 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
public static void main(String[] args)
Copyright 2000-2005 Apache Software Foundation.