开发者

java parallel (useful) packages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recomme开发者_如何学Cndations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I'm trying to get the best possible performance from my quad core cpus, and i just discovered Parallel Colt (matrix-related operations).

Do you know any other package that include useful "parallel" utils (es. spanning tree, sorting, so on...)


you might want to take a look here:

java.util.concurrent that came with Java 5


I know this isn't exactly an answer to your question, but you might be interested in Scala. I believe utilizing many cores is one of the goals of Scala.

It also runs on the JVM so it interacts with java, is blazingly fast and contains all the new wizzy language features you might expect in a new language (and then some).


I suggest a package called LeoTask: https://github.com/mleoking/leotask

It helps you conduct tasks and aggregate the results in parallel.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜