We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
http://xmlgraphics.apache.org/fop/ 非常确定它在多个内核上运行。 ..
http://xmlgraphics.apache.org/fop/ pretty sure it runs on multiple cores though...
我自己不知道有什么项目,但你的帖子让我想起了像 Seti@Home 这样进行长时间计算的程序,以及另一个我不记得其名称的人类基因组解码程序。
也许是这样的。
I don't know of any projects myself, but your post made me think of the programs that do long computations like Seti@Home and that other one I cannot remember the name of which does the human genome decoding.
Perhaps something along those lines.
如果您正在寻找 Java 项目,我会建议 Map-Reduce 和 Hadoop 作为首选框架。我从事图像处理工作,正如布莱恩指出的那样,那里的问题基本上是并行的。另一个领域是基于阵列的模拟,例如 n 体模型。快速检查一下,我得到了 这个 GPL 的 Java 源代码 - 它看起来相当小。祝你的项目好运。
If you are looking for a Java project I will suggest Map-Reduce and Hadoop as frameworks of choice. I work in image processing and the problems there are trivially parallel as noted by Brian. The other area is in array based simulations, e.g. n-body models. A quick check gives me this GPL'ed Java Source - it looks fairly small. Good luck with your project.
您可以尝试找到图像处理库或应用程序。几个过滤器/转换可以并行化,而不需要太多麻烦。
You could try to locate an image processing library or application. Several of the filters/conversions can be parallelized without too much fuss.