Framework for testing of various java structures regarding performance.
Eg. comparison of arrays vs list.
Performance of structures is crucial when building software aiding algorithmic trading. In area of algorithmic trading, especially in high frequency trading. In high frequency trading (HFT) it is all about latency. Software which supports this kind of operations has to introduce lowest possible latency by itself.
Therefore analysing every possible element that may introduce latancy...