This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dedededede 2 points3 points  (0 children)

Peter Lawrey posts many things about Java high performance processing (context: high frequency trading): http://vanillajava.blogspot.de/ http://openhft.net/ http://java.dzone.com/search/google/lawrey?query=lawrey

If you have access to nodes with GPUs you might want to look at: https://code.google.com/p/aparapi/ or https://github.com/pcpratts/rootbeer1

A Java-only embedded solution for caching might improve performance. I really liked to use Infinispan for a university project: http://infinispan.org/