We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fig_2_19 provided the parallel_do_feeder for the tree handling, but didn't have a comparison with serial time, as in other examples.
I added the speed-up comparison vs serial time. Also balanced the data initialization so half are primes. I'm attaching the modified code.
serial_time == 1.72244 seconds parallel_time == 0.374743 seconds speedup == 4.59634 fig_2_19.txt
serial_time == 1.72244 seconds parallel_time == 0.374743 seconds speedup == 4.59634
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fig_2_19 provided the parallel_do_feeder for the tree handling, but didn't have a comparison with serial time, as in other examples.
I added the speed-up comparison vs serial time. Also balanced the data initialization so half are primes. I'm attaching the modified code.
serial_time == 1.72244 seconds parallel_time == 0.374743 seconds speedup == 4.59634
fig_2_19.txt
The text was updated successfully, but these errors were encountered: