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

Small but important correction #7

Closed
BenSandeen opened this issue Mar 3, 2017 · 1 comment
Closed

Small but important correction #7

BenSandeen opened this issue Mar 3, 2017 · 1 comment

Comments

@BenSandeen
Copy link

In the section titled "Parallel Programming with numpy and scipy" in ParallelProgramming.ipynb, there's statement that while true in most cases, is not universally valid: "Using a multicore machine will provide at best a speedup by a factor of the number of cores available."

For things like searching a tree, depending on where the sought-after node is, it is possible to observe speedups of factors far greater than the number of cores available.

@pv
Copy link
Member

pv commented Mar 4, 2017

This is user-contributed material, and content changes are best made via pull requests directly to the texts.

@pv pv closed this as completed Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants