Note on Visualizing Concurrency in Go · Divan's Blog via divan's blog
To be short,
Parallelism is simply running things in parallel.
Concurrency is a way to structure your program.
Thus, the concurrent program may or may not be parallel, these concepts are somehow orthogonal.
This source post is a fantastic example of the visual medium explaining difficult programming concepts (e.g. worker pools and sub-workers).
Reference
-
Permalink (
2024.NTE.235) - On
- In Notes
- Tagged software-engineering
- From Visualizing Concurrency in Go · Divan's Blog
- Edit
| ← Previous | Next → |
| Note on This Is Paper Is Kinda Wild via gian 🏴☠️ | Reply to @flakphoto.news |