- Learning Concurrent Programming in Scala
- Aleksandar Prokopec
- 177字
- 2021-08-05 17:08:15
Chapter 1. Introduction
"For over a decade prophets have voiced the contention that the organization of a single computer has reached its limits and that truly significant advances can be made only by interconnection of a multiplicity of computers."
--Gene Amdahl, 1967
Although the discipline of concurrent programming has a long history, it gained a lot of traction in recent years with the arrival of multicore processors. The recent development in computer hardware not only revived some classical concurrency techniques, but also started a major paradigm shift in concurrent programming. At a time, when concurrency is becoming so important, an understanding of concurrent programming is an essential skill for every software developer.
This chapter explains the basics of concurrent computing and presents some Scala preliminaries required for this book. Specifically, it does the following:
- Shows a brief overview of concurrent programming
- Studies the advantages of using Scala when it comes to concurrency
- Covers the Scala preliminaries required for reading this book
We will start by examining what concurrent programming is and why it is important.
- FreeSWITCH 1.8
- Mastering Selenium WebDriver
- Hands-On RESTful Web Services with Go
- 微信小程序開發解析
- 移動界面(Web/App)Photoshop UI設計十全大補
- Mastering Android Game Development
- Advanced Express Web Application Development
- Python3.5從零開始學
- Citrix XenServer企業運維實戰
- 深入實踐Kotlin元編程
- Swift語言實戰晉級
- Extending Unity with Editor Scripting
- Python程序設計開發寶典
- 寫給大家看的Midjourney設計書
- DB2SQL性能調優秘笈