You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The memory overhead from returning values instead of pointers will be minimal since there do not exist many copies of the data throughout the program. Right now, many issues arise from returning shared pointers.
But before implementing this, write tests for the most crucial parts like the model managers.
The text was updated successfully, but these errors were encountered:
The memory overhead from returning values instead of pointers will be minimal since there do not exist many copies of the data throughout the program. Right now, many issues arise from returning shared pointers.
But before implementing this, write tests for the most crucial parts like the model managers.
The text was updated successfully, but these errors were encountered: