Resources on the upcoming fork-join framework

青春壹個敷衍的年華 提交于 2019-11-28 20:38:35

问题


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.


回答1:


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.




回答2:


Doug Lea homepage, check also the wiki




回答3:


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




回答4:


Here is presentation with best practices when using fork-join framework for computations:

http://people.apache.org/~shade/talks/jeeconf-May2012-forkjoin.pdf



来源:https://stackoverflow.com/questions/1148125/resources-on-the-upcoming-fork-join-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!