cool-RR / GarlicSim

Pythonic framework for working with simulations.

Home Page:http://garlicsim.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe ditch processes and use only threads?

cool-RR opened this issue · comments

Advantage: Much simpler (and faster) information passing
Disadvantage: The GIL won't allow to use all the cores. BUT, if we can count on unladen-swallow to do their thing...