Thank you for the suggestion.
Using the —no-native option, both the test script and my original numerical
integration script run under vmprof on pypy.
Kris
On Mon, Nov 19, 2018 at 1:12 PM Ronan Lamy wrote:
> Le 17/11/18 à 15:39, Kris Kuhlman a écrit :
> > I am using pypy to run numerical integ
Le 17/11/18 à 15:39, Kris Kuhlman a écrit :
I am using pypy to run numerical integration calculations with the
arbitrary precision library mpmath (http://mpmath.org).
I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I
install mpmath with pypy and use the native (python on
I am using pypy to run numerical integration calculations with the
arbitrary precision library mpmath (http://mpmath.org).
I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I
install mpmath with pypy and use the native (python only) version; I am not
using the gmp backend.
I