[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Best way to exploit multicores with lua?
- From: Rob Kendrick <rjek@...>
- Date: Wed, 8 Sep 2010 09:38:01 +0100
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.