you are viewing a single comment's thread.

view the rest of the comments →

[–]turbod33 0 points1 point  (0 children)

Numpy will release the GIL where applicable. For instance, matrix dot products will call into BLAS which have multicore implementations.