sc1101

Results 2 issues of sc1101

Hello! I run the example in the document, the code is as the following: `"""test.py""" from math import hypot from random import random from scoop import futures import time def...

Hello! When I used "python -m scoop deap_ga_onemax.py" to run the example file "[deap_ga_onemax.py](https://github.com/soravux/scoop/blob/master/examples/deap_ga_onemax.py)", I found that is much slower than just used "python deap_ga_onemax.py" to run it. Why is...