fastthreadpool icon indicating copy to clipboard operation
fastthreadpool copied to clipboard

An efficient and lightweight thread pool

Results 2 fastthreadpool issues
Sort by recently updated
recently updated
newest added

I am getting the following error when try to install fastthreadpool library from pypi. Suspect that setup.py does not have a dependency on Cython. If Cython installed prior to fastthreadpool,...

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)...