mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-20 12:10:30 +08:00
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.