I would like to read directly (in python) gzipped files without extraction. Can someone suggest me an other module than gzip? because currently, gzip takes like AGES before It gives me the output...
Yes, I compared with zcat which is more faster than python module gzip. (On the command line, it's even more faster). But, I need a python module because I need my script to work on windows and linux.... I can't use zcat in windows, right?