Re: [w3c/IndexedDB] Prebuilt IndexedDB format (#224)

It seems like the largest issue here is the batching of putting the data into the database. putAll should fix this issues. This is Issue #69 

I believe the next issue here is the overhead of parsing the json, then turning that json into structured cloning, vs going straight from the json blob to structured cloning.

But anyways, something like issue #69 seems like the biggest win here. Maybe there would eventually be a way to stream stuff into putAll? Or give it an async iterator? Unclear.

-- 
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/IndexedDB/issues/224#issuecomment-533376709

Received on Friday, 20 September 2019 02:23:06 UTC