I have a simple question, the answer to which might be complex though:
"is it better - in terms of efficiency (overhead, computing time) - to have more procedures in one module, or to split them among different modules?"
I am not considering code clarity here, but the machine perspective instead.
"is it better - in terms of efficiency (overhead, computing time) - to have more procedures in one module, or to split them among different modules?"
I am not considering code clarity here, but the machine perspective instead.