mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 01:56:36 +08:00
1ddfadf5b4
The creation of a new portfolio ndict on each call of handle_data was creating a very high performance overhead. Instead, we use the same the portfolio object for each event, and replace the values contained within.