Message39326
Logged In: YES
user_id=87721
It is more efficient for the majority of gzipped files
(if very small files are not in the majority).
The "real" patch will be (once I give it a bit more
polish/tuning --- using in production code soon) a class
called GzipStream. Ie. it will allow high level access to
any arbitrary file-like "stream" (eg. a gzipped
socket stream) which are not generally "seekable". I do
this via inheriting GzipFile and extending upon it...
but I rewrite the _read method with a one line change.
Anyway, that is my logic. Question to you: should this be
included within gzip.py or in its own module (eg.
gzipstream)?
|
|
Date |
User |
Action |
Args |
2007-08-23 15:11:45 | admin | link | issue533482 messages |
2007-08-23 15:11:45 | admin | create | |
|