|
|
|
|
|
by hgftr
1131 days ago
|
|
The largest number I have seen for microbenchmarks is around 50% speedup in comparison to the last version before this project started. So, if that version was 40x slower than C (and that is very optimistic), the latest version is still 30x slower. That is the point that the GP made. I would not call that substantial at all. I'd prefer to keep the CPython interpreter simple, people who want faster Python can use pypy or other things. The real work in scientific Python will always be done in C or CUDA extensions. No 50% speedup will change anything. |
|