В Срд, 17/12/2008 в 16:34 -0800, Donnie Berkholz пишет: > Is that some huge package that takes an unreasonable amount of time to > build or space to install?
Probably in this case it takes reasonable amount of time... > If not, this doesn't seem like a very meaningful choice to me. Well, your questions forced me to do my own investigation of gzip performance in one real-life scenario which I hope to use really soon. I took my Neo FreeRunner and tested gzip decompression speed there. Time to read 10Mb file is about ~ 2.15s. But if I need to read and decompress it at the same time it takes ~ 9.90s. So this makes times slower read of compressed files. Since stardict reads all index files on each startup and currently index files of my dictionaries occupy more than 20M this makes much longer startup time. I have not checked runtime performance. It'll be affected too but, probably, not too much since stardict will decompress only required parts of data. But anyway gzip is not free and it's better to have it optional. -- Peter.