22.01.2017, 11:25
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