lua-users home
lua-l archive

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


On Mon, 16 Nov 2020 at 13:04, Ranier Vilela <ranier.vf@gmail.com> wrote:
>> because you seem to lack understanding of what the issues are.
>
> Maybe. But I am learning on the way.

Okay - be patient. Learn and test it thoroughly and only when you can
demonstrate a real bug or perf improvement (by a factor greater than
10%) then report back.
Make sure you have run the Lua tests with full checking on before you
suggest a change.
Perf testing is very tricky and hard to prove by the way.

My advice is - Lua is well suited for forking - so go head and do
that, and prove your changes are worth it.

Regards