-
Software Development
Why does my code slow down sometimes (and how to find out who’s behind all this)?
Part 2. Understanding In the previous post of this series we went through available tools for capturing os jitter and offered…
Read More » -
Software Development
Why does my code slow down sometimes (and how to find out who’s behind all this)?
Part 1 – Seeing is believing Most of us will face this problem at some point. Our code (in various…
Read More » -
Core Java
Want to get faster with AtomicLong? Make it wait.
I often hear that Java atomic types (java.util.concurrent.atomic) are super-fast and play nicely with highly concurrent code. Most of the…
Read More » -
Core Java
How to serialize an array of doubles with a byte (binary delta encoding for low-varianced monotonic sets of floating point data)
Low latency systems require high performance message processing and passing. As in most cases data has to be transfered over…
Read More »