fseek In Compressed Files

Serhiy Storchaka storchaka at gmail.com
Mon Feb 3 13:32:49 EST 2014


30.01.14 18:21, Peter Otten написав(ла):
> Do you know an efficient way to implement random access for a bzip2 or gzip
> file?

See dictzip and BGZF. Unfortunately Python stdlib doesn't support them.




More information about the Python-list mailing list