There is no difference in performance when using nesting functions rather than pipelines.
Examples:
Nesting functions: "func2(func1())"
Pipeline: "func1() |> func2(%)"
For more information on operators in Tines, see here.
There is no difference in performance when using nesting functions rather than pipelines.
Examples:
Nesting functions: "func2(func1())"
Pipeline: "func1() |> func2(%)"
For more information on operators in Tines, see here.