Closed
Bug 970896
Opened 11 years ago
Closed 11 years ago
[OS.File] Use fast ArrayBuffer/JSString transfer for native OS.File.read()
Categories
(Toolkit Graveyard :: OS.File, defect)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 961665
People
(Reporter: Yoric, Unassigned)
References
Details
At the moment, native OS.File.read() performs useless main thread buffer copies.
We can avoid it both for ArrayBuffer (see bug 970253) and for String (see bug 970878).
Reporter | ||
Comment 1•11 years ago
|
||
Done directly in the blocker bug
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•