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

[FEATURE] Investigate Using a Lock Free Queue #16

Open
DeveloperPaul123 opened this issue Oct 5, 2022 · 1 comment
Open

[FEATURE] Investigate Using a Lock Free Queue #16

DeveloperPaul123 opened this issue Oct 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request investigate

Comments

@DeveloperPaul123
Copy link
Owner

I'm curious to see if a lock-free queue significantly improves performance for the thread pool. We should do some tests with industry standard lock free queues in combination with std::move_only_function to see the difference in performance.

Queues/deques to test:

@DeveloperPaul123 DeveloperPaul123 self-assigned this Oct 14, 2022
@DeveloperPaul123 DeveloperPaul123 added enhancement New feature or request investigate labels Oct 14, 2022
@DeveloperPaul123
Copy link
Owner Author

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

No branches or pull requests

1 participant