ergm icon indicating copy to clipboard operation
ergm copied to clipboard

Large intermediate objects should be rm()ed as soon as they are no longer needed to facilitate garbage collection.

Open krivit opened this issue 2 years ago • 0 comments

In particular,

  • ergm_model objects
  • ergm_proposal objects
  • ergm_conlist objects (after the first call to free_dyads())
  • network objects

should not exist any longer than needed.

krivit avatar Feb 12 '23 10:02 krivit