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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -