[issue20962] Rather modest chunk size in gzip.GzipFile

lissacoffey report at bugs.python.org
Fri Apr 22 03:21:03 EDT 2016


lissacoffey added the comment:

I measured both the total time of the run, the time to process each input records, and time to execute just the seek() call for each record. The bulk of the per-record time was in the call to seek(), so by reducing that time, I sped up my run-times significantly.
Thanks
http://qwikfix.co.uk/barclays/

----------
nosy: +editor-buzzfeed
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20962>
_______________________________________


More information about the Python-bugs-list mailing list