From 4f03ab6a443cea61ae08ca34273232c7a855cc81 Mon Sep 17 00:00:00 2001 From: behoppe Date: Fri, 5 Aug 2022 20:29:19 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Blog=20=E2=80=9C2022-05-20-what-the-is?= =?UTF-8?q?-parallelism-anyhow=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2022-05-20-what-the-is-parallelism-anyhow.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/posts/2022-05-20-what-the-is-parallelism-anyhow.md b/src/posts/2022-05-20-what-the-is-parallelism-anyhow.md index ce80dc4c..6a787e75 100644 --- a/src/posts/2022-05-20-what-the-is-parallelism-anyhow.md +++ b/src/posts/2022-05-20-what-the-is-parallelism-anyhow.md @@ -1,15 +1,17 @@ --- title: What the $#@! is parallelism, anyhow? -tagline: We take inspiration from Amdahl's Law to give a more "authoritative" introduction to the basic concepts of multithreaded execution ā€” work, span, and parallelism. -author: Charles Leiserson +tagline: We take inspiration from Amdahl's Law to give a more "authoritative" + introduction to the basic concepts of multithreaded execution ā€” work, span, + and parallelism. +author: Charles E. Leiserson date: 2022-05-20 image: /img/multithreaded-dag.png featured: true tags: - - parallelism - - work - - span - - multithreading + - parallelism + - work + - span + - multithreading --- Iā€™m constantly amazed how many seemingly well-educated computer technologists