[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Speed of C-to-Lua calls
- From: "Andre Carregal" <carregal@...>
- Date: Wed, 13 Feb 2008 19:45:50 -0200
On Feb 13, 2008 5:19 PM, Eric Tetz <erictetz@gmail.com> wrote:
> An IRC client is just text, right? It's going to spend 99% of it's time
> idle, waiting for input (via keyboard or network). As as been said, you
> could write the whole thing in Lua.
You could even try using (or at least prototyping your server) a Lua
based dispatcher like Copas:
http://www.keplerproject.org/copas/
André