State memory handling #648
Unanswered
mattldawson
asked this question in
Ideas
Replies: 2 comments
-
According to the discussion with @mattldawson , one way to do this is to create another simple constructor for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also we can implement a separate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After moving temporary solver variables to the
State
class, we should consider options for optionally allocating/deallocating these temporary variables.This could include:
State
class to allocate/deallocate all temporary variables to reduce the memory footprint between calls toSolve
.Beta Was this translation helpful? Give feedback.
All reactions