Re: Structured clone in WebStorage

On , Darin Fisher <darin@chromium.org> wrote:

> I will also add that I think WebStorage (well LocalStorage) is terrible from
> a performance point of view because it is synchronous, and I'd be very happy
> if we could discourage its usage and give people more reasons to adopt a
> better API like IndexedDB.
>
> -Darin
>

I don't understand how storing values in a hash map is "performant terrible".

Received on Saturday, 4 December 2010 01:23:37 UTC