[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv)
- From: Lourival Vieira Neto <lourival.neto@...>
- Date: Thu, 11 Jun 2015 21:52:12 -0300
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
- References:
- [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv), Jim Burnes
- Re: [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv), Lourival Vieira Neto
- Re: [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv), Jim Burnes
- Re: [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv), Lourival Vieira Neto
- Re: [ANN] Node9: Distributed Lua OS Released (Inferno, LuaJIT, Libuv), Jim Burnes