[pypy-issue] [issue892] Pypy is slower on longs than it should

Leonardo Santagada tracker at bugs.pypy.org
Thu Oct 20 16:01:37 CEST 2011


Leonardo Santagada <santagada at gmail.com> added the comment:

the problem is that without gmp you would end up without longs in python, but
without readline you still have a functional language(and you can link against
lidedit on bsd).

If you can make it link to gmp if it is avaliable and just use the slower
implementation if not then I don't see a problem.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue892>
________________________________________


More information about the pypy-issue mailing list