Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency vs Parallelism #18

Open
dandago opened this issue Apr 23, 2023 · 0 comments
Open

Concurrency vs Parallelism #18

dandago opened this issue Apr 23, 2023 · 0 comments

Comments

@dandago
Copy link

dandago commented Apr 23, 2023

In the lesson on Goroutines and channels, you say:

Concurrency is the task of running and managing the multiple computations at the same time. While parallelism is the task of running multiple computations simultaneously.

You're essentially saying that concurrency and parallelism are the same, which I'm sure you know is not the case.

This Stack Overflow answer provides a concise explanation of the difference between them. Rob Pike's talks "Concurrency is not Parallelism" and "Go Concurrency Patterns" also discuss the topic further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant