Re: [w3c/IndexedDB] SharedArrayBuffer integration (#152)

I can't speak to all implementations, but those I'm aware of need the entire value to be serialized into a buffer. In Blink that's then immediately sent across process boundaries, where it waits for the request to actually be processed, and ends up being the bytes written to disk. (Aside: Blobs are a special case, but they're also immutable.) There's no later step at which to then go fetch the actual bytes from the SAB.



-- 
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/152#issuecomment-281767462

Received on Wednesday, 22 February 2017 19:02:43 UTC