I'm using zipline to backtest a strategy involving thousands of equities with daily-level historical data. I'd like to speed this up by splitting the single backtest among all of my cpu cores, but as someone with shallow knowledge in both Python and CS, I'm not sure how to proceed or if this is even do-able.