有关即将推出的 fork-join 框架的资源
我正在寻找有关如何使用即将推出的 jsr166y(fork-join、fences)和 extras166y(ParallelArray 等)的组织良好的信息源 - 从教程到专家级别的内容。
I'm looking for well organized information sources about how the upcoming jsr166y (fork-join, fences) and extras166y (ParallelArray, etc.) can be used - something from tutorial to expert level.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
IBM Developerworks 网站对此有一个很好的系列,但是我发现的信息最丰富的来源是 Brian Goetz 的此演示文稿 ,这非常值得您花一个小时的时间。 他在前 25 分钟讨论了背景,然后介绍了新框架的一些很好的示例。
The IBM Developerworks website has a good series on this, but the most informative source I've found is this presentation by Brian Goetz, which is well worth an hour of your time. He spends the first 25 mins talking about the background, but then presents some great examples of the new framework.
Doug Lea 主页,另请查看维基
Doug Lea homepage, check also the wiki
Brian Goetz 在 Devoxx 08 在 fork join 框架和其之上的并行数组抽象上从并发调用到并行。 您可以在 谈判
Brian Goetz gave an excellent talk at Devoxx 08 called from Concurrent to Parallel on the fork join framework and the Parallel Array abstraction on top of it. You can view the video of the talk and the slides at Parleys
以下是使用 fork-join 框架进行计算时的最佳实践演示:
http ://people.apache.org/~shade/talks/jeeconf-May2012-forkjoin.pdf
Here is presentation with best practices when using fork-join framework for computations:
http://people.apache.org/~shade/talks/jeeconf-May2012-forkjoin.pdf