Skip to main content

All Questions

Tagged with
2 votes
1 answer
290 views

Object caching in this code too expensive?

I'm having some trouble with a game developed in Java which is kinda slow. I benchmarked it a little bit and found the problem: most of the time, the JVM is in the Object.<init>() since there ...
tkausl's user avatar
  • 609
33 votes
2 answers
35k views

Writing low latency Java [closed]

Are there any Java-specific techniques (things which wouldnt apply to C++) for writing low latency code, in Java? I often see Java low latency roles and they ask for experience writing low latency ...
user997112's user avatar
  • 1,479