Skip to content

performance critical change #5660

@jerch

Description

@jerch

@Tyriar You recently added the new Uint8Array(...) here:

const blob = new Blob([new Uint8Array(this._dec.data8)], { type: this._metrics.mime });

Imho that is a subpar change, as the Blob ctor already synchronously copies the data, with the array ctor it becomes a copy of a copy?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions