- From: shadow-light <notifications@github.com>
- Date: Tue, 27 Apr 2021 17:24:57 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 April 2021 00:25:10 UTC
It could be a significant performance win if you had for example:
```typescript
{image:Blob, seen:boolean}
```
If you want to count how many images have been seen you have to clone them all and count manually, which is a pretty huge performance loss. I have this situation already, but fortunately the data is just strings rather than Blobs.
--
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/76#issuecomment-828048666
Received on Wednesday, 28 April 2021 00:25:10 UTC