I recently released ShiftList, a Java List implementation that offers fast inserts and removals at any index while staying close to ArrayList in performance for core operations like get(int). Like ...
This sample contains the DayTrader 7 benchmark, which is an application built around the paradigm of an online stock trading system. The application allows users to login, view their portfolio, lookup ...