[sensors] Investigate possibility of exposing sensor data using shared buffer

alexshalamov has just created a new issue for https://github.com/w3c/sensors:

== Investigate possibility of exposing sensor data using shared buffer ==
For performance sensitive applications that might require data at high rates, it might be beneficial to provide data via e.g., `SharedArrayBuffer`

This can be beneficial for use cases, such as:
- WebGL
- WebAssembly
- Worklets
- Sensor fusion algorithms

This might eliminate inefficient task scheduling / throttling on main js thread. Maybe reporting / updating operations can be split or improved.

Please view or discuss this issue at https://github.com/w3c/sensors/issues/327 using your GitHub account

Received on Friday, 17 November 2017 13:23:14 UTC