Java fork join算法分析

发布于 2024-10-04 06:27:27 字数 131 浏览 4 评论 0原文

我正在对 Java 7 中的新 Fork-Join 框架进行研究(作为课程要求的一部分),并分析与传统线程机制相比的性能改进。哪些类型的分治算法可以保证使用新的 fork join 框架运行得更快。您能否建议我可以使用任何重要的算法来分析性能差异。

I am doing a study (as part of a course requirement) on the new Fork-Join framework in Java 7 and analyze the performance improvement compared to the conventional threading mechanism. What are the kinds of divide and conquer algorithms that are guaranteed to run faster with the new fork join framework. Can you suggest any non-trivial algorithm I can work on to analyze the performance difference.

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

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

发布评论

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

评论(2

愿与i 2024-10-11 06:27:27

You can try N body problem: http://en.wikipedia.org/wiki/N-body_problem
or
You can try parallel sort

甜是你 2024-10-11 06:27:27

也许线性代数问题是一个不错的选择:LU 或 QR 分解、前后代换、雅可比迭代等特征值求解方法等。

固体力学、传热和流体力学问题的有限元求解是这些问题的重要来源各种问题。

Maybe linear algebra problems would be a good fit: LU or QR decomposition, forward-back substitution, an eigenvalue solution method like Jacobi iteration, etc.

Finite element solution of problems in solid mechanics, heat transfer, and fluid mechanics are significant sources of these kinds of problems.

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