9781788996648
Mastering High Performance with Kotlin: Understanding how to use Kotlin features with minimal overhead
by: Igor Kucherenko
ISBN-10: 178899664X
ISBN-13: 9781788996648
Released: 2018-07-10
Pages: 353
Book Description
The ease with which we write applications has been increasing,but with it comes the need to address their performance. A balancing act between easily implementing complex applications and keeping their performance optimal is a present-day requirement In this book,we explore how to achieve this crucial balance,while developing and deploying applications with Kotlin.
The book starts by analyzing various Kotlin specifcations to identify those that have a potentially adverse effect on performance. Then,we move on to monitor techniques that enable us to identify performance bottlenecks and optimize performance metrics. Next,we look at techniques that help to us achieve high performance: memory optimization,concurrency,multi threading,scaling,and caching. We also look at fault tolerance solutions and the importance of logging. We’ll also cover best practices of Kotlin programming that will help you to improve the quality of your code base.
By the end of the book,you will have gained some insight into various techniques and solutions that will help to create high-performance applications in the Kotlin environment
Contents
1: IDENTIFYING PERFORMANCE BOTTLENECKS
2: IDENTIFYING INDICATORS OF PERFORMANCE ISSUES
3: LEARNING HOW TO USE PROFILING TOOLS
4: FUNCTIONAL APPROACH
5: ENHANCING THE PERFORMANCE OF COLLECTIONS
6: OPTIMIZING ACCESS TO PROPERTIES
7: PREVENTING UNNECESSARY OVERHEAD USING DELEGATES
8: RANGES AND IDENTIFYING PERFORMANCE ISSUES
9: MULTITHREADING AND REACTIVE PROGRAMMING
10: BEST PRACTICES
What You Will Learn
Understand the importance of high performance
Learn performance metrics
Learn popular design patterns currently being used in Kotlin
Understand how to apply modern Kotlin features to data processing
Learn how to use profling tools
Discover how to read bytecode
Learn to perform memory optimizations
Uncover approaches to the multithreading environment
Authors
Igor Kucherenko
Igor Kucherenko is an Android developer at Techery,a software development company that uses Kotlin as the main language for Android development. Currently,he lives in Ukraine,where he is a speaker in the Kotlin Dnipro Community,which promotes Kotlin and shares knowledge with audiences at meetups. You can find his articles about Kotlin and Android development on Medium and a blog for Yalantis,where he worked previously.