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

Threaded runtime performance #167

Open
lhstrh opened this issue Jun 2, 2020 · 0 comments
Open

Threaded runtime performance #167

lhstrh opened this issue Jun 2, 2020 · 0 comments
Labels
c Related to C target performance Related to execution performance

Comments

@lhstrh
Copy link
Member

lhstrh commented Jun 2, 2020

We have use cases where unthreaded code still outperforms the threaded code by a considerable margin. We should reduce this gap. If the gap is small enough, we should consider make theaded execution the default, and the number of workers match the number of cores, as is done in the C++ runtime.

@lhstrh lhstrh added the performance Related to execution performance label Jun 2, 2020
@lhstrh lhstrh added the c Related to C target label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c Related to C target performance Related to execution performance
Projects
None yet
Development

No branches or pull requests

1 participant