[Gambas-devel] Gambas 3 most wanted features
Benoit Minisini
gambas at ...1...
Fri Aug 29 11:08:41 CEST 2008
On vendredi 29 août 2008, Ron wrote:
> About optimizing gambas code;
> Anyone has tips on what to do/use and not to use.
>
> Thinks like:
> Are private vars faster than public ones, or doesn't matter, that sort
> of things
Local variables are faster than private variables that are faster than public
variables.
But to be sure, some benchmarks must be done!
--
Benoit Minisini
More information about the Devel
mailing list