Tag: <span>performance</span>

Martin Thompson on Performance and Java

Martin Thompson discusses software performance with Ryan Slobojan. Topics covered include his first talk given at a Trifork conference, conferences attended, conference talks as a recruitment channel, the benefits of hosting an open source project, mechanical sympathy, choosing (or building) the right libraries for an application, virtual machine performance considerations, …

Java at Scale: What Works and What Doesn’t

Java gets used everywhere and for everything, a reality that can be explained by its efficiency, its portability, the productivity it offers developers, and the platform it provides for application frameworks and non-Java languages. But all is not perfect; developers struggle against Java’s greatest strength: its memory management. We’ll talk …

Everything I Ever Learned About JVM Performance Tuning at Twitter

Twitter is increasingly relying on services written in either Java or Scala and running on the JVM. Although the JVM gives the company a world-class runtime in terms of operational stability, performance, and manageability, achieving the desired performance characteristics of the programs being run on it is still not trivial, …