Closed Bug 862897 Opened 11 years ago Closed 9 years ago

Add support for binary data to ParallelArray API

Categories

(Core :: JavaScript Engine, defect)

22 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: nmatsakis, Assigned: pnkfelix)

References

Details

(Whiteboard: PJS)

The current ParallelArray always uses a normal JS array as its backing array. The current strawman of the spec includes optional type annotations that permit the use of typed arrays instead, based on the ES6 binary data specifiers.  As the binary data spec is not yet finalized, we are prototyping this API based on typed arrays and mocked up descriptors. Supporting typed arrays is not only more memory efficient but it allows for easier interoperability with other web APIs that expected typed arrays.
Assignee: general → pnkfelix
Blocks: PJS
Whiteboard: PJS
Blocks: 862904
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.