|
|
|
|
|
by fijal
2686 days ago
|
|
numpy works on pypy these days. You have to install it via pip and it does not have wheels, so it takes a few minutes to install, otherwise works. The numpy-heavy workloads will not be sped up by pypy, but depending on what you are exactly doing your python program might be faster in other parts. We are actively trying to secure funding and goals to make numpy fast, now that it works and we are working together with numpy community to make sure it stays working. |
|
But often the rest of your code base will experience dramatic increases in performance, and the penalty on already fast CFFI calls was not significant overall (in our use case).