Aw: Re: Long running process - how to speed up?

Karsten Hilbert Karsten.Hilbert at gmx.net
Sat Feb 19 06:59:17 EST 2022


> > I have a cvs file of 932956 row and have to have time.sleep in a Python
> > script.  It takes a long time to process.
> >
> > How can I speed up the processing?  Can I do multi-processing?
> >
> Remove the time.sleep()?

He's attesting to only having "time.sleep" in there...

I doubt removing that will help much ;-)

Karsten


More information about the Python-list mailing list