lua-users home
lua-l archive

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


On Thu, Jun 11, 2015 at 9:02 PM, Jim Burnes <jvburnes@gmail.com> wrote:
> (...)
> One of my development rules is (a) Don't pre-optimize until you know it's
> too slow and (b) If you know that specific parts of the code in Lua will be
> constantly called and they are critical then (c) If it will be difficult to
> back-engineer if you're wrong then go ahead and pick the optimal performance
> path.

I prefer Michal A. Jackson's optimization rules: "(a) Don't do it. (a) (for
experts only!): Don't do it yet." ;-)

> (...) Node9 is technically a scripted kernel (or will be), but it's
> hosted.  :)

That's why I got interested in put these things together =).

-- 
Lourival Vieira Neto