lua-users home
lua-l archive

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


On Mon, Aug 5, 2013 at 6:14 AM, Sean Conner <sean@conman.org> wrote:
  -spc (You might be surprised at how far plain CGI can get you ... )


Especially with a language with a small runtime footprint and very fast load times.  For instance, I was timing Lake (about 3.4KLoc of Lua) and by repeatedly invoking it I got a figure of less than 40msec per invocation.

steve d.