On Thu, 3 Feb 2022 at 23:16, Greg Ewing wrote:
>
> On 4/02/22 5:07 am, Albert-Jan Roskam wrote:
> > On Feb 3, 2022 17:01, Dan Stromberg wrote:
> >
> > What profiler do you recommend
>
> If it runs for that long, just measuring execution time should
> be enough. Python comes with a "timeit
On 4/02/22 5:07 am, Albert-Jan Roskam wrote:
On Feb 3, 2022 17:01, Dan Stromberg wrote:
What profiler do you recommend
If it runs for that long, just measuring execution time should
be enough. Python comes with a "timeit" module to help with
that, or you can use whatever your OS provi
On Feb 3, 2022 17:01, Dan Stromberg 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 us
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.
On Thu, Feb 3, 2022 at 7:33 AM Albert-Jan Roskam
wrote:
>Hi,
>I inherited a fairly large codebase that I need to port to Python 3.
> Since
Hi,
I inherited a fairly large codebase that I need to port to Python 3. Since
the program was running quite slow I am also running the unittests against
pypy3.8. It's a long running program that does lots of pairwise
comparisons of string values in two files. Some parts of the progr