XFawkes Posted July 13, 2013 Share Posted July 13, 2013 Is there any difference in performance between using functions normally and calling another resources? I would like to use 1 same function in a couple of resources and I am not sure which option is the best for server CPU,memory etc... - call - copying that function to resources which uses it - maybe libraries? Is there any way to add libraries in MTA, so they can hold utils functions? Link to comment
ixjf Posted July 13, 2013 Share Posted July 13, 2013 Calling exported functions is very efficient, the first seems to be the best. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now