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

Don't hardcode number of jobs for threaded search #145

Open
dcbaker opened this issue Oct 30, 2024 · 0 comments
Open

Don't hardcode number of jobs for threaded search #145

dcbaker opened this issue Oct 30, 2024 · 0 comments
Labels
difficulty:moderate MIR Issues related to the MIR (Mid level IR) performance Issues relating to performance
Milestone

Comments

@dcbaker
Copy link
Owner

dcbaker commented Oct 30, 2024

This should be based on the number of hardware threads we have available, which we need a utility to query. Bonus points if we spawn less than the maximum number of workers when the total jobs are less than the number of threads available.

@dcbaker dcbaker added MIR Issues related to the MIR (Mid level IR) performance Issues relating to performance difficulty:moderate labels Oct 30, 2024
@dcbaker dcbaker added this to the 1.0 milestone Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:moderate MIR Issues related to the MIR (Mid level IR) performance Issues relating to performance
Projects
None yet
Development

No branches or pull requests

1 participant