Java performance programming: Read the whole series! Part 1. Learn how to reduce program overhead and improve performance by controlling object creation and garbage collection Part 2. Reduce overhead ...
Recently, I helped design a Java server application that resembled an in-memory database. That is, we biased the design toward caching tons of data in memory to provide super-fast query performance.
OK folks,<BR><BR>I've been scouring the Web looking for info on optimising the memory usage of Java and have come up with a few items of interest.<BR><BR>Can anyone shed any further light on a the ...