Do multiple tick functions run faster than one?

If I were to split up some code into multiple tick functions, would they run faster then having lots of code in one tick function? In my datapack I have lots of trigger commands, and I'm not sure if I should have all the conditionals in one tick function or split them up into multiple tick functions.

Continue to help post