Scala High Performance Programming
暫譯: Scala 高效能程式設計
Vincent Theron, Michael Diamant
- 出版商: Packt Publishing
- 出版日期: 2016-05-31
- 售價: $1,880
- 貴賓價: 9.5 折 $1,786
- 語言: 英文
- 頁數: 274
- 裝訂: Paperback
- ISBN: 178646604X
- ISBN-13: 9781786466044
-
相關分類:
JVM 語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
Leverage Scala and the functional paradigm to build performant software
About This Book
- Get the first book to explore Scala performance techniques in depth!
- Real-world inspired use cases illustrate and support the techniques studied and the language features
- This book is written by Vincent Theron and Michael Diamant, software engineers with several years of experience in the high-frequency trading and programmatic advertising industries
Who This Book Is For
This 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 Learn
- Analyze the performance of JVM applications by developing JMH benchmarks and profiling with Flight Recorder
- Discover use cases and performance tradeoffs of Scala language features, and eager and lazy collections
- Explore event sourcing to improve performance while working with stream processing pipelines
- Dive into asynchronous programming to extract performance on multicore systems using Scala Future and Scalaz Task
- Design distributed systems with conflict-free replicated data types (CRDTs) to take advantage of eventual consistency without synchronization
- Understand the impact of queues on system performance and apply the Free monad to build systems robust to high levels of throughput
In Detail
Scala 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 Scala's 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, you'll apply them to MV Trading's 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.
商品描述(中文翻譯)
**利用 Scala 和函數式範式來構建高效能軟體**
## 本書介紹
- 獲得第一本深入探討 Scala 性能技術的書籍!
- 以真實世界的使用案例來說明和支持所研究的技術及語言特性
- 本書由 Vincent Theron 和 Michael Diamant 兩位軟體工程師撰寫,他們在高頻交易和程式化廣告行業擁有多年的經驗
## 本書適合誰
本書假設讀者對 Scala 程式語言和 Java 虛擬機有基本的了解。您應該能夠閱讀和理解中等進階的 Scala 代碼。無需其他知識。
## 您將學到什麼
- 通過開發 JMH 基準測試和使用 Flight Recorder 進行性能分析,分析 JVM 應用程式的性能
- 發現 Scala 語言特性的使用案例和性能權衡,以及急切(eager)和懶惰(lazy)集合
- 探索事件來源(event sourcing)以改善在流處理管道中工作的性能
- 深入了解非同步編程,利用 Scala Future 和 Scalaz Task 在多核心系統上提取性能
- 設計使用無衝突複製數據類型(CRDTs)的分散式系統,以利用最終一致性而無需同步
- 理解佇列對系統性能的影響,並應用 Free monad 來構建對高吞吐量具有韌性的系統
## 詳細內容
Scala 是一種靜態且強類型的語言,融合了函數式和物件導向的範式。它因為在函數式範式中撰寫生產就緒軟體的吸引力和務實性而日益受到歡迎。Scala 和函數式編程範式使您能夠用更少的代碼和更低的維護成本來解決問題。然而,如果不小心,這些優勢可能會以性能為代價。
《Scala 高效能編程》為您提供創建高效能 Scala 應用程式所需的知識。從理解如何定義性能的基本概念開始,我們探索 Scala 的語言特性和函數式編程技術,同時在所有主題中密切關注性能。
我們將您介紹為一名虛構金融交易公司 MV Trading 的新軟體工程師。在學習減少延遲和提高吞吐量的新技術和方法時,您將把它們應用於 MV Trading 的商業問題。到本書結束時,您將能夠使用函數式範式撰寫生產就緒的高效能 Scala 軟體,以解決真實世界的問題。