1000+ public functions
#3

I don't think they have any impact on performance, but since the names of public functions are stored in memory this might result in increased memory usage. A function should only be public if either:
  • It is a callback
  • It is called by a timer
  • It is called by CallLocalFunction
  • It is called by CallRemoteFunction
In any other case it's unnecessary. If you used a tool to count them then keep in mind that ZCMD commands are also public functions because ZCMD uses CallLocalFunction in the background.
Reply


Messages In This Thread
1000+ public functions - by X337 - 22.01.2017, 11:10
Re: 1000+ public functions - by GhostHacker9 - 22.01.2017, 11:17
Re: 1000+ public functions - by Vince - 22.01.2017, 11:25
Re: 1000+ public functions - by xTURBOx - 22.01.2017, 11:29
Re: 1000+ public functions - by oMa37 - 22.01.2017, 11:42
Re: 1000+ public functions - by X337 - 22.01.2017, 11:58

Forum Jump:


Users browsing this thread: 2 Guest(s)