Re: Is BlobBuilder needed?

On Tue, Oct 25, 2011 at 3:53 PM, Ojan Vafai <ojan@chromium.org> wrote:

> I'm happy with this. In theory, vendors could implement this using
> copy-on-write or something similar so that this pattern is roughly as
> efficient as BlobBuilder, right?
>

It's simpler than that, since Blob data is immutable; you don't even need
copy-on-write, just shallow copies.  But you want that with BlobBuilder,
too; I don't think this changes anything.

-- 
Glenn Maynard

Received on Tuesday, 25 October 2011 20:30:45 UTC