In Python 3, 'map' returns an object which evalutes the function as it is consumed, not when 'map' is called. Therefore, the correct comparison to pool.map(...) is list(map(...)). |
||
|---|---|---|
| .. | ||
| cython | ||
| matlab | ||
| python_minimal | ||
In Python 3, 'map' returns an object which evalutes the function as it is consumed, not when 'map' is called. Therefore, the correct comparison to pool.map(...) is list(map(...)). |
||
|---|---|---|
| .. | ||
| cython | ||
| matlab | ||
| python_minimal | ||