Re: Parallel processes: multi-core, same CPU?

云风 Cloud Wu <[email protected]> Thu, 18 Jun 2026 09:22:23 +0800
Newsgroups gmane.comp.lang.lua.general
Message-ID <CAJnYMr024YyvxGrvUN-GHdNhViJo-kDQVPGp4r=v84Ft7bjmdg@mail.gmail.com>
H J <[email protected]> 于2026年6月18日周四 08:12写道:
>
> Thanks for your suggestions.
> AFAIK there are two candidates for parallel processing: `lanes` and (the newer) `effil`; they look similar to me but I have only experience with `effil`. Has anyone experience with both, and can share their relative pros and cons?

I'd like to recommend my Lua task library ltask to the Lua community.
https://github.com/cloudwu/ltask

It is a flexible library that implements an n:m scheduler to run M Lua
states on N OS threads, and the lua services communicate via message
channels.

-- 
You received this message because you are subscribed to the Google Groups "lua-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/lua-l/CAJnYMr024YyvxGrvUN-GHdNhViJo-kDQVPGp4r%3Dv84Ft7bjmdg%40mail.gmail.com.