Resources on the upcoming fork-join framework

后端 未结 4 778
逝去的感伤
逝去的感伤 2020-12-24 09:43

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 tuto

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 10:23

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

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

提交回复
热议问题