Parallel programming made simple
Saturday, October 3, 2020
Pinciples of structured parallel programming (part I)
›
1. It's easy to run several sequentiap programs in parallel. Problems arise when we try to make that programs to communicate. Let one ...
Thursday, July 23, 2020
Anatomy of asynchronous tasks
›
Anatomy of asynchronous interaction When a parallel thread needs more data, it calls an interface function, which returns the data as a ...
Wednesday, August 29, 2018
The essence of asynchronous programming
›
Asynchronous programming is a kind of parallel programming, where the fundamental unit of computation is a task and not a thread. A typic...
2 comments:
Home
View web version