Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once. Not the same, but related. Concurrency is about structure, parallelism is about execution. Concurrency provides a way to structure a solution to solve a problem that may (but not necessarily) be parallelizable.
luikore
2014-01-24 16:02:11 +08:00
并行计算用那几个核哪有千核的显卡好使...
lightening
2014-01-24 17:08:48 +08:00
有 GPU 可以用 GPU 并行计算。单核 CPU 只能并发,不能并行。
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。