Posted on Leave a comment

Test AirConcurrentMap vs the Standard Java Maps

Embedded Team

Download AirConcurrentMap and try these tests TwitterDemo.java. You can compare how your Standard Java Maps do vs how AirConcurrentMap does, and decide when it is worth while to use AirConcurrentMap. You will see that AirConcurrentMap offers the fastest iterators, the best speed in concurrent, ordered operations, and the best memory management.


Posted on Leave a comment

Compare AirConcurrentMap with the Standard Java Maps

We provide tests to prove that AirConcurrentMap is the fastest due to concurrent use of cores.  All you need to do is download AirConcurrentMap and try these tests to see that we have the fastest iterators, the best speed in concurrent, ordered ops, and the best memory management.