DiscoverCloud Engineering Archives - Software Engineering DailyImproved Java Performance Sans Code Changes with Simon Ritter
Improved Java Performance Sans Code Changes with Simon Ritter

Improved Java Performance Sans Code Changes with Simon Ritter

Update: 2023-03-13
Share

Description

What are the reasons why we need to improve performance? The JVM is a powerful piece of software – this is the reason why Java has maintained its popularity over the past 26+ years. But… there are some ways that the JVM works that can impact the performance of your applications.


One of the biggest challenges is latency – how quickly can we respond to a request from a user to access your application. That comes down to garbage collection – which leads to pauses and a bad customer experience. Garbage collection pauses can vary. But they impact application performance. The bigger the heap, the longer your pauses…but how do you optimize? What about warm-up time? That’s also a big challenge. We’ve addressed these problems without re-writing code from scratch – and that leads to better Java performance without any code changes.


This episode explores how you can use a performance JVM to make applications start fast, go fast, and stay fast.


Full disclosure: Azul is a sponsor of Software Engineering Daily.


Sponsorship inquiries: sponsor@softwareengineeringdaily.com


Transcript


The post Improved Java Performance Sans Code Changes with Simon Ritter appeared first on Software Engineering Daily.

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Improved Java Performance Sans Code Changes with Simon Ritter

Improved Java Performance Sans Code Changes with Simon Ritter

Cloud Engineering Archives - Software Engineering Daily