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

Chapter 5 has a lot of code with no obvious point #118

Open
alanedelman opened this issue Mar 3, 2023 · 0 comments
Open

Chapter 5 has a lot of code with no obvious point #118

alanedelman opened this issue Mar 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@alanedelman
Copy link
Contributor

Everything from We can make this faster by preallocating the cache vector
to before And let's get the mean of the trajectory for each of the parameters.
hardly speeds anything up so one doesn't pick up the point of anything.
I feel my time was wasted looking at all these codes.

Also all the parallel speed ups that follow are also unimpressive -- downright discouraging.
Chapter 5 has a few good points

  • threads having their own stack
  • parallel codes can be slow downs
  • parallel codes are best on big problems

but otherwise the examples are just horrible sadly.

@alanedelman alanedelman added the bug Something isn't working label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant