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

raise default number of threads (minimum: 4; otherwise: CPUcount*2) #24

Closed
ryran opened this Issue Nov 4, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@ryran
Owner

ryran commented Nov 4, 2016

Further testing last night showed that having up to CPUcount * 2 threads can greatly improve performance. In the case of a single CPU, I found that having 4 threads was even better than 2. (On an 8-core system having 32 threads was NOT better than having 16.)

So end-result: if 4 or more CPUs, we set default threads to CPUcount*2; otherwise, set it to 4.

@ryran ryran added the enhancement label Nov 4, 2016

@ryran ryran self-assigned this Nov 4, 2016

ryran added a commit that referenced this issue Nov 4, 2016

@ryran ryran closed this Nov 4, 2016

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