[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ltask - A multi tasking library for lua
- From: 云风 <cloudwu@...>
- Date: Thu, 30 Apr 2015 16:03:03 +0800
2015-04-30 15:48 GMT+08:00 Victor Bombi <sonoro@telefonica.net>:
> I am a LuaLanes fanatic.
> Did you know? : https://github.com/LuaLanes/lanes
I read the description from http://lua-users.org/wiki/MultiTasking before.
The main idea of ltask is a M:N schedule , but the lua lanes is one
lua states per thread . It's the main difference .
So you can create large number tasks (may be thousands) in ltask,
the schedule and the message channels may be a little more efficient
:)