Browse Source
If we are traversing a tree which is too deep, then there is no need to traverse the children. Skipping children is much faster than traversing the possibly thousands of objects which are directly or indirectly referenced by the tree. Change-Id: I6d68cc1d35da48e3288b9cc80356a281ab36863d Signed-off-by: Matthew DeVore <matvore@gmail.com>stable-5.4
Matthew DeVore
6 years ago
4 changed files with 44 additions and 4 deletions
Loading…
Reference in new issue