High Performance Lists in Java
The classes of the Java Collections Framework belong to the most used part of the JDK. But can the offered list implementations really be used for all purposes? The most used class ArrayList has not only a minimalistic API but also serious performance weaknesses. The first part of the session …