30 04, 2019

Open Source APM Tool Overview – Jaeger

By |April 30th, 2019|

Open Source APM Tool Overview – Jaeger This article continues our series of blog posts about the Open Source APM standards and tools we started with Open Source Application Performance Monitoring (APM) Tools – A [...]

8 05, 2018

Performance in Detail: Long vs. Double in Java

By |May 8th, 2018|

A few weeks ago, we stumbled upon an interesting problem during a code refactoring. After changing the data type of an attribute from List<Long> to List<Double>, we noticed some severe performance issues. Our application [...]

Go to Top