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