Long running process - how to speed up?

Shaozhong SHI shishaozhong at gmail.com
Sat Feb 19 06:28:31 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?

Regards,

David


More information about the Python-list mailing list