From 60f44c59a7b0d432324b04760e975f65b473c967 Mon Sep 17 00:00:00 2001 From: Qiang Li Date: Tue, 21 Jan 2025 22:33:20 +0100 Subject: [PATCH] update text in parallel-computing.rst --- content/parallel-computing.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/parallel-computing.rst b/content/parallel-computing.rst index 88eab0d..69ebf17 100644 --- a/content/parallel-computing.rst +++ b/content/parallel-computing.rst @@ -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):**