Many of us have two or more CPU cores on our desktop today. Most applications work quite similarly to what they did when we had only one core.
我们当中许多人的桌面上都有两个或更多CPU内核。大多数应用程序的工作方式与我们只有一个核心时的工作方式非常相似。
But what when a typical desktop machine has 1000+ cores?
但是,当典型的台式机具有1000多个内核时呢?
What programming paradigms will we use then. Our current threading and synchronization solutions seldom scale well to that many cores.
那么我们将使用哪些编程范例。我们当前的线程和同步解决方案很少能够很好地扩展到许多内核。
Do you think the Thread class be deprecated in the JDK?
你认为在JDK中不推荐使用Thread类吗?
1 个解决方案
#1
2
This question has already been asked: What parallel programming model do you recommend today to take advantage of the manycore processors of tomorrow?
这个问题已经被问到:你今天建议使用什么并行编程模型来利用明天的众核处理器?
#1
2
This question has already been asked: What parallel programming model do you recommend today to take advantage of the manycore processors of tomorrow?
这个问题已经被问到:你今天建议使用什么并行编程模型来利用明天的众核处理器?