SMQTK icon indicating copy to clipboard operation
SMQTK copied to clipboard

Consider using concurrent.futures in place of smqtk.utils.parallel

Open danlamanna opened this issue 7 years ago • 1 comments

For Python >=2.6, <3 the backport of futures can be used, otherwise the built in support for Python >=3.2 can be used.

danlamanna avatar Feb 26 '18 17:02 danlamanna

In a lot of cases I agree with this. There is still a possible niche application of the smqtk.utils.parallel.parallel_map in that it can parallelize the execution of on-the-fly functions and lambda expressions. I grant that this is less common.

Purg avatar Oct 01 '18 13:10 Purg