Bug 140989 - ReadableStream array buffer pipeline should be optimized
Summary: ReadableStream array buffer pipeline should be optimized
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 23:49 PST by youenn fablet
Modified: 2016-01-15 09:24 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-01-27 23:49:42 PST
ReadableStream::read currently does some unnecessary copies of array buffer.
In general, we should strive to optimize the buffer pipeline.
Comment 1 youenn fablet 2016-01-15 09:24:04 PST
Spec and implementation have changed a lot and this entry is no longer valid.