Skip to content
  • Robert M. O'Bara's avatar
    ENH: Eliminating the need to call repopulateRoot · 075f1c31
    Robert M. O'Bara authored
    Previously, handling new persistent objects forced the Component Phrase Model to
    call repopulateRoot which can be very expensive for large models.  The new approach
    identifies those Resource Components that would be part of the model's root subphrases and
    properly inserts them in sorted order, eliminating the repopulateRoot() call.
    075f1c31