|
|
|
|
|
by dragonwriter
2443 days ago
|
|
More to the point, does Python 3 have operators that transform sequential operations into operations that are both concurrent and parallelizable, and, in the case of iteration, provide control of parallelism parameters and whether results are constrained to be in-order or not. To which the answer is “not only does Python not have them, but with the GIL CPython couldn't do much with them even if the language had them.” |
|