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

[FEAT] Improve WebAssembly backend's performance. #4

Open
Sh-Zh-7 opened this issue May 21, 2022 · 1 comment
Open

[FEAT] Improve WebAssembly backend's performance. #4

Sh-Zh-7 opened this issue May 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Sh-Zh-7
Copy link
Member

Sh-Zh-7 commented May 21, 2022

More threads not always bring more performance benifits.
We should determine thread number by the scale of the data.

@Sh-Zh-7 Sh-Zh-7 added the enhancement New feature or request label May 21, 2022
@Sh-Zh-7
Copy link
Member Author

Sh-Zh-7 commented May 21, 2022

BTW, not all browser support WASM and its SIMD and threading features at the same time.
Maybe we should support conditional compilation for different browser target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant