Performance
-
Software Development
Performance improvements… or experiments?
The project I’m involved in will face great challenges in the upcoming years. That was the reason why we have…
Read More » -
DevOps
7 Java Performance Metrics to Watch After a Major Release
The Java performance metrics you need to follow for understanding how your application behaves in production Unlike the days when…
Read More » -
Core Java
Stream Performance
When I read Angelika Langer’s Java performance tutorial – How fast are the Java 8 streams? I couldn’t believe that…
Read More » -
Core Java
Don’t Like Throttling?
You don’t have a choice – the underlying system (The JVM here will do it for you). I still recall…
Read More » -
Software Development
Examples of caching backfiring on performance
In 2015 it should not surprise anyone that caching frequently used data is likely to improve the performance of the…
Read More » -
DevOps
Application Performance Management solutions for the modern software-defined businesses
In our previous article, we discussed the basics of Application Performance Management (APM) and how it can be used to…
Read More » -
DevOps
Level up your Monitoring with Application Performance Management
Getting started with APM Application Performance Management, or APM, is the monitoring and management of the availability and performance of…
Read More » -
Software Development
Revisiting the First Rule of Performance Optimisation: Effects of Escape Analysis
In an earlier post I wrote about how to start optimising for performance. If you haven’t read the post I would…
Read More » -
Core Java
Simple benchmarking : Immutable Collections VS Persistent Collections
Often you need to add new elements to a collection. Because you are a good and careful developer you want…
Read More »