sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize use of smart pointers

sbaldu opened this issue · comments

After some basic profiling it is clear that the use of shared pointers in some of the maps slows down the execution by quite a bit. We should reconsider the use of smart pointers and, where needed, change them to either unique pointers of objects directly.