Tag

concurrency

Modern Concurrency with Go

This excerpt covers:

  • Introducing concurrent programming
  • Improving performance with concurrent execution
  • Scaling our programs
  • Why you should choose Go for concurrency

Async Streams in C#

From Functional Programming in C#, Second Ed. By Enrico Buonanno

This article discusses Async streams and their use/implementation in C#.

Concurrency vs Parallelism

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.

Multiple levels of parallel hardware

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

Fetching Data from the Database

From Data-Oriented Programming by Yehonathan Sharvit

This article explores how data-oriented programming deals with retrieving data from a database.

Getting to Know GPUs

From Parallel and High-Performance Computing by Robert Robey and Yuliana Zamora

This article takes a deep dive into GPUs.

Speeding up Python code

From Python Concurrency with asyncio by Matthew Fowler

Build High-Traffic Applications

From Apache Pulsar in Action by David Kjerrumgaard

Improving Responsiveness with Concurrency

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.

Analyzing Stock Price Time Series with Fortran Arrays, Part 1

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.

© 2023 Manning — Design Credits