On 2016-07-25 22:28, Francesco Biscani wrote:
Fair enough. At the same time though I do believe that the existence of the GIL in the most widespread Python implementation has effectively dragged back the language as a whole in terms of parallel programming.
This is getting off-topic, but I think that if you're parallellizing pure Python code, you're really doing the wrong thing. The same code in a faster language(*) would run faster on a single core than the Python code on many cores.
(*) This could be Cython, if you want to stay in the Python ecosystem. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.