Scala High Performance Programming by Michael Diamant

Scala High Performance Programming by Michael Diamant from  in  category
Privacy Policy
Read using
(price excluding 0% GST)
Author: Michael Diamant
Category: Engineering & IT
ISBN: 9781786467089
File Size: 5.74 MB
Format: EPUB (e-book)
DRM: Applied (Requires eSentral Reader App)
(price excluding 0% GST)

Synopsis

Leverage Scala and the functional paradigm to build performant softwareAbout This BookGet the first book to explore Scala performance techniques in depth!Real-world inspired use cases illustrate and support the techniques studied and the language featuresThis book is written by Vincent Theron and Michael Diamant, software engineers with several years of experience in the high-frequency trading and programmatic advertising industriesWho This Book Is ForThis book assumes a basic exposure to the Scala programming language and the Java Virtual Machine. You should be able to read and understand moderately advanced Scala code. No other knowledge is required.What You Will LearnAnalyze the performance of JVM applications by developing JMH benchmarks and profiling with Flight RecorderDiscover use cases and performance tradeoffs of Scala language features, and eager and lazy collectionsExplore event sourcing to improve performance while working with stream processing pipelinesDive into asynchronous programming to extract performance on multicore systems using Scala Future and Scalaz TaskDesign distributed systems with conflict-free replicated data types (CRDTs) to take advantage of eventual consistency without synchronizationUnderstand the impact of queues on system performance and apply the Free monad to build systems robust to high levels of throughputIn DetailScala is a statically and strongly typed language that blends functional and object-oriented paradigms. It has experienced growing popularity as an appealing and pragmatic choice to write production-ready software in the functional paradigm. Scala and the functional programming paradigm enable you to solve problems with less code and lower maintenance costs than the alternatives. However, these gains can come at the cost of performance if you are not careful.Scala High Performance Programming arms you with the knowledge you need to create performant Scala applications. Starting with the basics of understanding how to define performance, we explore Scalas language features and functional programming techniques while keeping a close eye on performance throughout all the topics.We introduce you as the newest software engineer at a fictitious financial trading company, named MV Trading. As you learn new techniques and approaches to reduce latency and improve throughput, youll apply them to MV Tradings business problems. By the end of the book, you will be well prepared to write production-ready, performant Scala software using the functional paradigm to solve real-world problems.Style and approachThis step-by-step guide will help you create high performance applications using Scala. Packed with lots of code samples, tips and tricks, every topic is explained in a detailed, easy-to-understand manner.

Reviews

Write your review

Recommended