Video description
With any comprehensive, large-scale programming language, if you’re not careful during your development processes, you can end up with a bloated, poorly performing application. This course examines techniques and methods that you can employ to optimize your Java code and squeeze more efficiency out of your applications. You’ll look at JVM subsystems, modern processor technologies and how you can best utilize them, and how to diagnose an application to find trouble areas that might be affecting its performance. This course is designed for intermediate- to advanced-level programmers. Here are just some of the areas in which this course can benefit you:
- Review the historical context of Moore’s Law and how Java has benefitted from it over the years
- Examine the technical complexities of the JVM subsystems
- See how to design and set up monitoring and logging systems to help you analyze and assess how your code is functioning
- Learn both basic and advanced garbage collection techniques
- Compile AOT and JIT, including tiered compilation and how it really works
- Investigate concurrent techniques such as synchronization, OS-level locking, and non-availability to single-core processors
Your host, Ben Evans is an author, speaker, consultant and educator. He is a co-founder of jClarity, a startup which delivers performance tools and services to help development and ops teams. He helps to organize the London Java Community and serves on the Java Community Process Executive Committee, helping to define standards for the Java ecosystem. He is a Java Champion, JavaOne Rockstar Speaker and a Java Editor at InfoQ. Ben travels frequently and speaks regularly, all over the world.
Product information
- Title: Optimizing Java
- Author(s):
- Release date: December 2018
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492044666
You might also like
book
Optimizing Java
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and …
video
Functional Programming For Java LiveLessons
7+ Hours of Video Instruction Almost 8 hours teaching Java programmers how to design and create …
video
Moving to Java 9: Better Design and Simpler Code
4+ Hours of Video Instruction Java 9 introduces new features and functions that will make your …
book
The Well-Grounded Java Developer
The Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. …