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

yield: reduce DEFAULT_THREAD_SLEEP_THRESHOLD timeout #37016

Merged
merged 1 commit into from
Aug 14, 2020
Merged

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Aug 12, 2020

This defines how much time we waste before letting another process run.
Until we have performance measurements, this should probably be small.

Closes #36952

This defines how much time we waste before letting another process run.
Until we have performance measurements, this should probably be small.

Closes #36952
@JeffBezanson JeffBezanson added the domain:multithreading Base.Threads and related functionality label Aug 12, 2020
@JeffBezanson JeffBezanson merged commit 4441e3a into master Aug 14, 2020
@JeffBezanson JeffBezanson deleted the jn/36952 branch August 14, 2020 20:15
simeonschaub pushed a commit to simeonschaub/julia that referenced this pull request Aug 29, 2020
This defines how much time we waste before letting another process run.
Until we have performance measurements, this should probably be small.

Closes JuliaLang#36952
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spike in resource usage when scheduling looping tasks on non-primary threads
2 participants