composition first vs composition after (version: 0)
Testing to composition functions. One the reduces to a composed function and the second which iterates through the functions passing a return value to the next function.
Comparing performance of: Reduce to composed function vs Iterate through functions