Answer the question
In order to leave comments, you need to log in
Parallelization techniques in Java?
Hello,
I need to parallelize a Java program using various methods (3 ways).
With the help of Threads it is clear.
Are there 3 other methods or maybe there are more options?
OpenMP
Actors-Model
OpenCL
We need to choose 2 more options, who can advise what? I write one example - no more.
"Googled" a bit, there is information, but not "shaft".
Has anyone done something similar, coded, shared advice, perhaps a working example, etc..?
Thank you.
PS And it infuriates me, I don't ask "2 + 2" ... To everyone who put a minus, "shove this minus to yourself in one place." Chesn word, argued at least.
Answer the question
In order to leave comments, you need to log in
using an external set to work on the cluster.
For java, the most natural would be hadoop or Spark.
scala (it's not java but jvm) has data-driven paralellism built in. The standard scala.collection.parallel classes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question