25.03.2018, 02:35
There would be no difference that is noticeable. Technically, calling another function would add more execution time, but it would be so miniscule you would never notice (seriously).
Create your script, test it and profile it, THEN, if you need to improve the performance, focus on the calls with the highest execution time.
Create your script, test it and profile it, THEN, if you need to improve the performance, focus on the calls with the highest execution time.