On Mon, Sep 8, 2008 at 2:15 AM, Roland Bouman <[EMAIL PROTECTED]> wrote: > Just to be certain - in 1), my guess is that the deserialization from > the internal representation is executed in the browser thread. > So, in terms of user experience, even though 1) may be slower in > absolute sense, it may seem faster or at least more fluent in case > deserialization by eval is slow as compared to the deserialization > performed by Gears?
Yes, the deserialization is performed in the browser thread. However, I think it is unlikely to have significant performance difference from eval(). - a
