Drawing performance in Java 6 updates 19,20 versus Java 6 update 3 ?
- by Pesho
I'm getting twice the frame rate with the earlier Java 6 u 3, than with the new ones. Very weird. Can anyone give some explanation?
On Core 2 Duo 1.83ghz, integrated video (only one core is used) - 1500 (older java) vs 700 fps
On Athlon 64 3500+, discrete video - 120 (older java) vs 55 fps
The app is a simple game with a moving rectangle. I'm using Graphics2D to draw from a loop.