Optimizing Java (e-bog) af Newland, Chris
Newland, Chris (forfatter)

Optimizing Java e-bog

359,43 DKK (inkl. moms 449,29 DKK)
Performance tuning is an experimental science, but that doesnt mean engineers should resort to guesswork and folklore to get the job done. Yet thats often the case. With this practical book, intermediate to advanced Java technologists working with complex technology stacks will learn how to tune Java applications for performance using a quantitative, verifiable approach.Most resources on perfor...
E-bog 359,43 DKK
Forfattere Newland, Chris (forfatter)
Udgivet 17 april 2018
Længde 440 sider
Genrer Web programming
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781492039280
Performance tuning is an experimental science, but that doesnt mean engineers should resort to guesswork and folklore to get the job done. Yet thats often the case. With this practical book, intermediate to advanced Java technologists working with complex technology stacks will learn how to tune Java applications for performance using a quantitative, verifiable approach.Most resources on performance tend to discuss the theory and internals of Java virtual machines, but this book focuses on the practicalities of performance tuning by examining a wide range of aspects. There are no simple recipes, tips and tricks, or algorithms to learn. Performance tuning is a process of defining and determining desired outcomes. And it requires diligence.Learn how Java principles and technology make the best use of modern hardware and operating systemsExplore several performance tests and common anti-patterns that can vex your teamUnderstand the pitfalls of measuring Java performance numbers and the drawbacks of microbenchmarkingDive into JVM garbage collection logging, monitoring, tuning, and toolsExplore JIT compilation and Java language performance techniquesLearn performance aspects of the Java Collections API and get an overview of Java concurrency