Pypy with Cython
Albert-Jan Roskam
sjeik_appie at hotmail.com
Thu Feb 3 11:07:45 EST 2022
On Feb 3, 2022 17:01, Dan Stromberg <drsalists at gmail.com> wrote:
> The best answer to "is this slower on
> Pypy" is probably to measure.
> Sometimes it makes sense to rewrite C
> extension modules in pure python for pypy.
====
Hi Dan, thanks. What profiler do you recommend I normally use cProfile,
but I was thinking about this
one: https://pyinstrument.readthedocs.io/en/latest/index.html
More information about the Python-list
mailing list