This excerpt covers:
From Functional Programming in C#, Second Ed. By Enrico Buonanno
This article discusses Async streams and their use/implementation in C#.
An excerpt from Grokking Concurrency by Kirill Bobrov
This article talks about the differences between the concepts of concurrency and parallelism and why it’s important to know what each is.
An excerpt from Grokking Concurrency by Kirill Bobrov
In this excerpt you will:
§ learn the details of the hardware that executes your programs
§ learn the organization of computer systems and common problems
§ learn how to choose the hardware suitable for your problem
From Data-Oriented Programming by Yehonathan Sharvit
This article explores how data-oriented programming deals with retrieving data from a database.
From Parallel and High-Performance Computing by Robert Robey and Yuliana Zamora
This article takes a deep dive into GPUs.
From C++ Concurrency in Action, Second Edition by Anthony Williams
This article talks about how you can improve the responsiveness by separating concerns with concurrency.
From Modern Fortran by Milan Curcic
Stock price analysis and prediction has been an increasingly popular topic since the early days of high-level programming, and Fortran has been used in the bowels of many financial trading and banking systems, mainly thanks to its robustness, reliability, and efficiency. In this article, we’ll work with a dataset that is freely available, small enough to be easily downloaded, and yet large enough to demonstrate the power of Fortran arrays.