- From: Kyle Huey <me@kylehuey.com>
- Date: Thu, 17 Apr 2014 14:41:49 -0700
- To: Dale Harvey <dale@arandomurl.com>
- Cc: Tim Caswell <tim@creationix.com>, Joshua Bell <jsbell@google.com>, "public-webapps@w3.org" <public-webapps@w3.org>, Ali Alabbas <alia@microsoft.com>
On Thu, Apr 17, 2014 at 2:10 PM, Dale Harvey <dale@arandomurl.com> wrote: > No features that slow it down, as with Tim I also implemented the same thing > in node.js and see much better perfomance against straight leveldb, with > websql still being ~5x faster than idb Do you have benchmarks for this? When we've profiled IndexedDB performance for Gaia apps in the past the issue is invariably that the main thread event loop is busy and IndexedDB's responses have to go to the end of a long line. - Kyle
Received on Thursday, 17 April 2014 21:42:21 UTC