- 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.
- 軟件項目估算
- Manga Studio Ex 5 Cookbook
- Unity 2020 Mobile Game Development
- Production Ready OpenStack:Recipes for Successful Environments
- Visual Basic程序設計習題解答與上機指導
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Android程序設計基礎
- RSpec Essentials
- Java實戰(第2版)
- Java Web從入門到精通(第3版)
- 精通MySQL 8(視頻教學版)
- GitHub入門與實踐
- QGIS 2 Cookbook
- XML程序設計(第二版)
- Node.js實戰:分布式系統中的后端服務開發