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

report #4

Open
wxfred opened this issue Jul 4, 2022 · 0 comments
Open

report #4

wxfred opened this issue Jul 4, 2022 · 0 comments

Comments

@wxfred
Copy link

wxfred commented Jul 4, 2022

Your ex_simple_sum.py example results:

0.005 1249975000
0.008 1249975000
0.106 0
0.104 1249975000
0.011 1249975000
0.830 2499950000

The third one output wrong answer

pool = fastthreadpool.Pool()
pool.map(worker, data)
pool.shutdown()
result = sum(pool.done)

And the 4th is not faster than the 5th ThreadPool.

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

1 participant