java.lang.ObjectCompares 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 NTorg.apache.log4j.performance.ListVsVector
| Nested Class Summary: | ||
|---|---|---|
| static class | ListVsVector.Chain | |
| Field Summary | ||
|---|---|---|
| static int | RUN_LENGTH | |
| static Vector | v | |
| static ListVsVector.Chain | head | |
| static String | tmp | |
| Method from org.apache.log4j.performance.ListVsVector Summary: |
|---|
| loopChain, loopVector, main |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.performance.ListVsVector Detail: |
|---|
|
|
|