Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions content/parallel-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ Parallel Computing
The performance of a single CPU core has stagnated over the last ten years
and most of the speed-up in modern CPUs is coming from using multiple
CPU cores, i.e. parallel processing. Parallel processing is normally based
either on multiple threads or multiple processes.

There are two main models of parallel computing:
either on multiple threads or multiple processes:

- **Shared memory parallelism (multithreading):**

Expand Down