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

Make MAX_POOL_STACKS a runtime configurable parameter #1241

Open
fbryden opened this issue Nov 13, 2024 · 0 comments
Open

Make MAX_POOL_STACKS a runtime configurable parameter #1241

fbryden opened this issue Nov 13, 2024 · 0 comments

Comments

@fbryden
Copy link

fbryden commented Nov 13, 2024

Describe your feature request

POOL_STACKS significantly reduce access time to the pool in a threaded environment. Unfortunately, the hard-coded value of 8 means the performance boost for systems with <= 8 cores drops off for values >8.

Ideally, we'd like to tune the number of pool stacks using runtime knowledge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants