Skip to content

Commit

Permalink
Update Blog “2022-05-20-what-the-is-parallelism-anyhow”
Browse files Browse the repository at this point in the history
  • Loading branch information
behoppe committed Aug 5, 2022
1 parent 740bdc0 commit d6a9aac
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/posts/2022-05-20-what-the-is-parallelism-anyhow.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6a9aac

Please sign in to comment.