Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate possibility of exposing sensor data using shared buffer #327

Open
alexshalamov opened this issue Nov 17, 2017 · 2 comments
Open

Comments

@alexshalamov
Copy link

alexshalamov commented Nov 17, 2017

For performance sensitive applications that may require data at high rates, it can 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.

@anssiko
Copy link
Member

anssiko commented Nov 17, 2017

Thanks for starting this important discussion. It might be we can close #98 and #153 as a result of this investigation.

Cc @surma for feedback who recently wrote a related blog post: 2018: 120fps and no jank.

@alexshalamov alexshalamov added this to High frequency & batching in Level 2 Nov 17, 2017
@anssiko
Copy link
Member

anssiko commented Nov 20, 2017

@flagxor, this issue is a follow-up to our wasm and sensors discussion at TPAC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Level 2
High frequency & batching
Development

No branches or pull requests

2 participants