We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For performance sensitive applications that may require data at high rates, it can be beneficial to provide data via e.g., SharedArrayBuffer
SharedArrayBuffer
This can be beneficial for use cases, such as:
This might eliminate inefficient task scheduling / throttling on main js thread. Maybe reporting / updating operations can be split or improved.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@flagxor, this issue is a follow-up to our wasm and sensors discussion at TPAC.
No branches or pull requests
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:
This might eliminate inefficient task scheduling / throttling on main js thread. Maybe reporting / updating operations can be split or improved.
The text was updated successfully, but these errors were encountered: