Python equivalent of R's mclapply() -


the r package multicore has function mclapply() applies specified function on list of things , takes advantage of multiple cores. it's easy use , results in big speed boosts.

is there python equivalent? thanks

this functionality available map method in multiprocessing.pool()

see answer more details: is there simple process-based parallel map python?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -