lua-users home
lua-l archive

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


On Wed, Sep 08, 2010 at 10:30:48AM +0200, Antonio Vieiro wrote:
> Hi all,
> 
> I'm trying to find out ways to exploit multicores/multithreading in a
> single CPU with Lua (no distributed computing required). The main
> requirements for me is for the solution to be portable and high-level
> (i.e., not working with locks/mutexes directly).

Lua Lanes seems good, but I've only used it briefly.  My contribution to
the language shootout for Mandlebrot uses popen(), but I suspect that
might make your eyes bleed.

B.