|
|
|
|
|
by williamstein
3792 days ago
|
|
Cython is the same speed as a carefully tuned C/C++ program; carefully tuned, Cython maps directly to C/C++. I've done many benchmarks of low level numerical code when implementing SageMath (which uses Cython for several 100K lines of code). |
|
And it baffles me that anyone would even consider writing 100KLOC+ project in something as lax as Python. That's just asking for trouble.