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

Improving destruction of threads #3135

Merged
merged 1 commit into from Feb 5, 2018
Merged

Improving destruction of threads #3135

merged 1 commit into from Feb 5, 2018

Conversation

sithhell
Copy link
Member

Proposed Changes

Instead of having to loop over the available queues, this patch stores the queue
in which the thread has been allocated.
In addition, we completely avoid going over an additional memory pool as the
queues cache and reuse the allocated threads.

Instead of having to loop over the available queues, this patch stores the queue
in which the thread has been allocated.
In addition, we completely avoid going over an additional memory pool as the
queues cache and reuse the allocated threads.
@sithhell sithhell added this to the 1.1.0 milestone Jan 31, 2018
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot!

@msimberg msimberg merged commit 4caaabc into master Feb 5, 2018
@hkaiser hkaiser deleted the thread_destruction branch February 5, 2018 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants