Link to this page
Print this page
Parent topic
:
Optimization
Programming tools
/
Optimization
Optimize your programs
This section lists some programming tips and tricks to optimize the execution of your application.
Finding program bottlenecks
Optimizing SQL statements
Passing small CHAR parameters to functions
Compiler removes unused variables
Saving memory by splitting modules
Saving memory by using STRING variables
Saving memory by using dynamic arrays