Re: [w3c/ServiceWorker] A simple globally available store of data per-registration (#1331)

It's worth calling out that:
- Google has recently created an IndexedDB macro-benchmark at https://github.com/google/forklift
- At Mozilla it's our intent to focus on optimizing our IndexedDB and ServiceWorker implementations in the next few quarters with an eye on ServiceWorker time-to-first-read from IDB.
- Mozilla intends to contribute to and build on the forklift macro-benchmark.

Re: IDB latency in Firefox, our implementation currently does an awkward open-close-open thing (due to mozStorage's ownership assertions interacting with Gecko's IDB threading model) that could be bad for latency due to WAL checkpointing and wasted/serialized I/O.  This is among the low-hanging fruit we plan to look at.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1331#issuecomment-434307527

Received on Tuesday, 30 October 2018 13:48:54 UTC