soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
625 stars 88 forks source link

Why it is much slower when using python -m scoop deap_ga_onemax.py #87

Open sc1101 opened 4 years ago

sc1101 commented 4 years ago

Hello! When I used "python -m scoop deap_ga_onemax.py" to run the example file "deap_ga_onemax.py", I found that is much slower than just used "python deap_ga_onemax.py" to run it. Why is that happened? What should I do to use scoop to speed up the code of "deap_ga_onemax.py"?