Skip to content

avoid quadratic search of children widgets

Christoph Cullmann requested to merge work/avoid_quadratic_children_search into master

old code:

we first search recursive and then filter out all non-direct parents

new code:

just not search recursive at all

Merge request reports