Parallel programming in Java

后端 未结 19 1115
时光说笑
时光说笑 2021-01-30 11:14

How can we do Parallel Programming in Java? Is there any special framework for that? How can we make the stuff work?

I will tell you guys what I need, think that I devel

19条回答
  •  时光说笑
    2021-01-30 11:25

    java.util.concurrency package and the Brian Goetz book "Java concurrency in practice"

    There is also a lot of resources here about parallel patterns by Ralph Johnson (one of the GoF design pattern author) : http://parlab.eecs.berkeley.edu/wiki/patterns/patterns

提交回复
热议问题