Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make model managers return values not pointers #144

Open
florianblume opened this issue Sep 15, 2021 · 0 comments
Open

Make model managers return values not pointers #144

florianblume opened this issue Sep 15, 2021 · 0 comments
Labels
enhancement Code enhancements or additional features.

Comments

@florianblume
Copy link
Owner

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.

@florianblume florianblume added the enhancement Code enhancements or additional features. label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code enhancements or additional features.
Projects
None yet
Development

No branches or pull requests

1 participant