mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +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.