multiprocessing pool function in Python built-in
|
|
여기서 결과가 이상하다. 맥북 에어의 문제인지는 확인이 필요할 듯
|
|
|
|
|
|
https://gist.github.com/huklee/9685eba85d9cce172619bae14c9191c6
further questions
프로세스를 늘려도 더 느려지기만 하지, 전혀 빨라지지 않는다. 너무 가벼운 연산이라 그런가? 아니면 context switching 하는 데 cost가 더 비싼 연산이라 그런가? CPU가 i5라서 문제인가? 현재 너무 많은 프로그램을 쓰고 있어서 memory가 딸려서 그런 문제인가? 다른 machine에서 돌려봐야 알 것 같다.
Mini mapreduce framework for python
- in this example, why is the code bad for parallel processing?
Parallel MapReduce in Python in Ten Minutes
useful links
Is there a simple Python map-reduce framework that uses the regular filesystem?