Skip to content

ENH: Eliminating the need to call `populateRoot` when handling newly-created persistent objects

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 part of the model's root subphrases and properly inserts them in sorted order, eliminating the repopulateRoot() call.

Edited by David Thompson

Merge request reports