From: Hans-Georg Michna on
On Thu, 01 Apr 2010 09:31:14 +0200, Hans-Georg Michna wrote:

>I had done an extreme test, where multi-Megabyte files were
>loaded by way of JSON. In IE it was unbearably slow, while in
>Firefox this took only a few seconds.

The test is still online here: http://winhlp.com/telly/

The initial loading of the language dictionary via
JSON.parse(...) takes an inordinate time in IE and is very quick
in Firefox. The dictionary sizes (before gzip compression) are:

English: 12.3 MB
Deutsch: 5.7 MB

Try for yourself in different browsers, if you like. I think
Firefox is the winner here.

Hans-Georg