|
|
|
|
|
by ulrich
5421 days ago
|
|
If you leave aside C-extensions and libraries, CPython is a pretty bad language for number crunching. This is just not the use-case it tries to solve. I am glad they favor simplicity over execution speed. Removing the GIL might be useful for a faster implementation with JIT compiler though. |
|