On 2017-07-04 18:24, Xristos Xristoou wrote:
@MRAB tell me your proposal for this ?
I don't have any suggestions because you haven't given any details about
the function.
@Ben Bacarisse i dont get some error,i have wrong map ?
That code will call the function and then try to pass its resu
@MRAB tell me your proposal for this ?
@Ben Bacarisse i dont get some error,i have wrong map ?
--
https://mail.python.org/mailman/listinfo/python-list
Xristos Xristoou writes:
> i have create an image processing python function.
>
> my system have 4 cores + 4 threads.
>
> i want to use multiprocessing to speed up my function,but anytime to
> use multiprocessing packages my function is not faster and is 1 minute
> slowly. any idea why ?first tim
On 2017-07-03 20:47, Xristos Xristoou wrote:
i have create an image processing python function.
my system have 4 cores + 4 threads.
i want to use multiprocessing to speed up my function,but anytime to use
multiprocessing packages my function is not faster and is 1 minute slowly. any
idea why