Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

To improve startup performance with another compression type #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From user:

Please, don't use LZMA compression in UPX. LZMA is ok for installers, when 
all decompression is done only once, but for runtime packer it's just a 
waste of time.
I benchmarked QtWeb startup time. Pentium D 805, 2.66Ghz, Barracuda 11 
with 330 GB patters, Windows XP x64. I stopped the clock as soon as the 
about:blank window appeared.

Code:
LZMA:          4337096 B, 1.437s.
Uncompressed: 12813768 B, 0.453s.
NRV2E:         4982728 B, 0.625s.

-------------------------------------

To investigate other compression methods ...

Original issue reported on code.google.com by alexei.c...@gmail.com on 23 Jan 2009 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by alexei.c...@gmail.com on 30 Jan 2009 at 8:29

GoogleCodeExporter commented 9 years ago
Non-LZMA method is used in v. 1.7 ... Larger exe, but startup performance 
improved

Original comment by alexei.c...@gmail.com on 7 Feb 2009 at 3:14