|
|
|
|
|
by duped
402 days ago
|
|
I strongly doubt this claim. Python is more than 64x slower than C without synchronization overhead in most numeric tasks, with synchronization overhead on those processes it should be much worse. Python is so much slower than any native or JIT compiled language that it begets things like numpy in the first place. |
|