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

聊聊并发编程 | Howie's Notes #128

Open
howiezhao opened this issue Mar 5, 2022 · 2 comments
Open

聊聊并发编程 | Howie's Notes #128

howiezhao opened this issue Mar 5, 2022 · 2 comments

Comments

@howiezhao
Copy link
Owner

https://howiezhao.github.io/2021/04/13/talk-about-concurrent-programming/

并发与并行并发与并行,这是一个老生常谈的问题,简单来说,并发(concurrent)指的是在某个时间段内有多个程序在执行,而并行(parallel)指的是在某个时间点有多个程序在执行。 这也就是说,在某种程度上而言,并发是伪并行,真正的并行需要多个核心。由于现代计算机的核心往往是有限的,但通常运行的程序远大于核心数,所以在计算机科学中,并发往往是我们探讨的重点。 Go 语言的创造者之一 Rob P

@ximouzhao
Copy link

强,太强了,👍🏻

@howiezhao
Copy link
Owner Author

@ximouzhao
强,太强了,👍🏻

你来把我嚷死

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

No branches or pull requests

2 participants