Skip to content

chore(memory): optimize children hierarchy

Bkg2k requested to merge optimize-component-hierarchy into master

Allocate children structure only when required. Most components instance do not have any children.

Merge request reports