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

Eigen/gmp memory management analysis #17

Open
justin1121 opened this issue Jul 2, 2019 · 1 comment
Open

Eigen/gmp memory management analysis #17

justin1121 opened this issue Jul 2, 2019 · 1 comment

Comments

@justin1121
Copy link
Member

As far as I can tell Eigen is automatically cleaning up its dynamic memory by itself as things go out of scope. We should do some experimentation to make sure this is actually what's happening. Perhaps gmp memory isn't getting cleaned up properly.

@mortendahl
Copy link
Member

It might also be interesting to (eventually) figure out when memory can be reused. Some operations in GMP might do that (say, add_assign) when they know that their overwriting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants