|
|
|
|
|
by Johnny_Brahms
3290 days ago
|
|
As long as you use the python procedures that are written in C you will not really get much by using pypy. Try it yourself, write some IO and string heavy code and compare. [1] But as you say: for numeric computations python is slow as molasses. [1] or just look at something like https://github.com/juditacs/wordcount/blob/master/README.md . The simple py2 version is 2.5 times slower than a java version someone spent a lot of time writing, and less than 2 times slower than a reasonably straightforward C program. |
|