On 08/12/12 20:40, Asa Dotzler wrote:
On 12/6/2012 6:25 PM, Norbert Lindenberg wrote:
Google Chrome is bundling ICU, so they're not limited by what's on the device.

How much does this bundling add to the Google Chrome download size. Presumably someone can compile/package Chromium with and without or compare the size of the build from before the feature landed and after.

- A

Also, has anyone looked at whether the ICU tables would benefit from special-purpose data compression being applied to them, and then decompressed at install time (or even run-time, if RAM use is an issue)?

This might be a ideal case for using a compression algorithm with a compute-intensive compression phase and a fast decompression phase (PPM and LZMA come to mind), possibly after a custom hand-tuned pre-processing step to make the job of the statistical compressor faster, if appropriate.

-- Neil

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to