Skip to content

Remove a copy with blob output.#357

Merged
dduponchel merged 1 commit intoStuk:masterfrom
dduponchel:blob_output
Sep 28, 2016
Merged

Remove a copy with blob output.#357
dduponchel merged 1 commit intoStuk:masterfrom
dduponchel:blob_output

Conversation

@dduponchel
Copy link
Copy Markdown
Contributor

The actual memory consumption will actually depends on the
implementation but this fix could avoid a copy of the result.
To build the final Blob, instead of List[Uint8Array] -> ArrayBuffer -> Blob,
we can directly do List[ArrayBuffer] -> Blob.

The actual memory consumption will actually depends on the
implementation but this fix could avoid a copy of the result.
To build the final Blob, instead of List[Uint8Array] -> ArrayBuffer -> Blob,
we can directly do List[ArrayBuffer] -> Blob.
@dduponchel dduponchel merged commit 73df7e1 into Stuk:master Sep 28, 2016
@dduponchel dduponchel deleted the blob_output branch September 28, 2016 17:14
@dduponchel dduponchel mentioned this pull request Oct 5, 2016
@dduponchel dduponchel mentioned this pull request Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant