Parallel programming in Java

后端 未结 19 1466
时光说笑
时光说笑 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:18

    Short answer with example library

    If you are interested in parallel processing using Java, I would recommend you to give a try to Hazelcast Jet.

    No more words needed from my side. Just check the website and learn by their examples. It give you pretty solid background and imagination about what does it meen to process data paralelly.

    https://jet.hazelcast.org/

提交回复
热议问题