YourKit Profiler
Almost since the beginning of MyTourbook, sometimes I'm using the YourKit profiler to find performance bottlenecks within the application. So I found that very very very many calls of e.g. Math.min(...) can drop the performance. This is something which you can find with such a Java profiler, then it can be optimized by e.g. by inlining this method.
I've written this description because after renewing the last license, which is free for open source projects, I've received this mail:
...
We believe that sharing your experience with YourKit Profiler could greatly benefit the developer community. Your insights and feedback can help others understand the value and capabilities of the YourKit Profiler. Therefore, we kindly ask if you could share your experience with YourKit Profiler on social media platforms like Twitter, Facebook, or even on developer blogs.
Your contribution could take many forms, such as:
* A tweet about how YourKit has improved your development process.
* A Facebook post detailing your favorite features.
* An informative blog post that could help others get started with YourKit.
Thank you for considering this request. We are excited to see your stories and experiences shared within the developer community.
...
This page is updated for version 25.3