|
|
|
|
|
by GuestHNUser
858 days ago
|
|
> Numpy is competitive with optimized C/C++ Can you cite a source/example for that? I cannot imagine an optimized C program that doesn't blow python with numpy out of the water. Even a poorly written C program is likely to be 2x faster simply because it doesn't have to round trip operations from C to python and back. |
|
I found some metrics after 30 seconds of googling.