"Stefan Behnel" <stefan...@behnel.de> wrote

But I don't understand how uncompressing a file before parsing it can
be faster than parsing the original uncompressed file?

I didn't say "uncompressing a file *before* parsing it". I meant uncompressing the data *while* parsing it.

Ah, ok that can work, although it does add a layer of processing
to identify compressed v uncompressed data, but if I/O is the
bottleneck then it could give an advantage.

Alan g.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to