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

@jakearchibald I would expect a simple key-value store that has a very small size limit to be faster than IndexedDB. I believe we are appealing to the general principle of `smaller storage space === faster retrieval`.

As @asutherland put it:

> If it's small enough, no one has to worry about falling off the fast path

-- 
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-405667204

Received on Tuesday, 17 July 2018 17:45:12 UTC