Parallelism

Get familiarized with the basic concepts of parallelism.

We'll cover the following...

What is parallelism?

Most modern microprocessors consist of more than one core, each of which can operate as an individual processing unit. They can execute different parts of different programs at the same time. The features of the std.parallelism module make it possible for programs to ...