[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Any suggestion for a robust C coroutine library which can be used with LuaJIT ?
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 6 Jan 2012 13:01:41 +0200
On Fri, Jan 6, 2012 at 12:56 PM, Johnson Lin <arch.jslin@gmail.com> wrote:
> However, one thing is quite definitive. Boost.Context's static-release
> build is about 500KB on my machine, while libcoroutine is less than
> 10KB (If I didn't get anything wrong...),
Wow, another example of 'things which are larger than Lua', to
continue a recently popular meme.
(Another good example of that would be PCRE)
Better to stick to C here, since you have to be close to the machine
here anyway!
steve d. (who still has a sore head from trying to write a C++
interpreter that could process the STL)