寻找开源项目来并行化

发布于 2024-09-17 13:57:00 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

天涯离梦残月幽梦 2024-09-24 13:59:32

http://xmlgraphics.apache.org/fop/ 非常确定它在多个内核上运行。 ..

http://xmlgraphics.apache.org/fop/ pretty sure it runs on multiple cores though...

永不分离 2024-09-24 13:59:00

我自己不知道有什么项目,但你的帖子让我想起了像 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.

神仙妹妹 2024-09-24 13:58:26

如果您正在寻找 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.

远昼 2024-09-24 13:58:01

您可以尝试找到图像处理库或应用程序。几个过滤器/转换可以并行化,而不需要太多麻烦。

You could try to locate an image processing library or application. Several of the filters/conversions can be parallelized without too much fuss.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文