Remove restriction in regard to number of stream in dependency tree
Previously, the number of stream in one dependency tree (not including root) is limited to 120. This is due to the fact that we use recursive calls to traverse trees. Now we replaced recursive calls with loop, we can remove this limitation. Also now all streams are descendant of root stream, rather than linked list of individual subtree root.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment