From 39809d4713b15e9da1a346f30badc88b7036169e Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sun, 4 Sep 2011 16:59:46 +0100 Subject: [PATCH] Add a note to try using bzip2 instead of the standard compression. In brief testing, this reduced the file size of an all-in-one zip package by several MB. Provided that the zip library can support bzip2 decompression on all platforms, this would be an easy win to reduce download sizes. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index eefeab1..daa496a 100644 --- a/TODO +++ b/TODO @@ -53,6 +53,7 @@ Nice To Have Update size: * Support for applying binary patches (eg. with bspatch/bsdiff) + * Try using bzip2 compression instead of standard zip compression Telemetry: * Call a project-specific URL to report successful/failed update installation