The `SetName` function in the `Dataflow` object is **O(n)** while it should be at most **log(n)**.
The
SetNamefunction in theDataflowobject is O(n) while it should be at most log(n).