- From: Andrew Sutherland <notifications@github.com>
- Date: Tue, 30 Oct 2018 06:48:33 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 October 2018 13:48:54 UTC
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