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
- Notes
 - software-engineering
 - Visualizing Concurrency in Go · Divan's Blog
 - 
        Permalink to 
2024.NTE.235 - Insight
 - Edit
 
| ← Previous | Next → | 
| Note on This Is Paper Is Kinda Wild via gian 🏴☠️ | Note on Building Effective Agents via anthropic.com |