lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> On 16 Nov 2020, at 13:03, Ranier Vilela <ranier.vf@gmail.com> wrote:
> 
> Usually I write optimized code, it has worked for me.

You know the first three rules of optimisation, right?  They are, in order:

1. Measure
2. Measure
3. Measure

Show that there is a problem.  Show that there is a measurable benefit to fixing it.  Show that your ‘fix’ works and backs up your claims.

Chris
—
Chris Smith <space.dandy@icloud.com>