All Questions
3 questions
22
votes
11
answers
3k
views
Does low latency code sometimes have to be "ugly"?
(This is mainly aimed at those who have specific knowledge of low latency systems, to avoid people just answering with unsubstantiated opinions).
Do you feel there is a trade-off between writing "...
11
votes
8
answers
3k
views
Is Java much harder to "tweak" for performance compared with C/C++? [closed]
Does the "magic" of the JVM hinder the influence a programmer has over micro-optimisations in Java? I recently read in C++ sometimes the ordering of the data members can provide optimizations (granted,...
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 ...