[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Introducing Lua nodes
- From: Michal Kolodziejczyk <miko@...>
- Date: Fri, 06 Jun 2014 09:08:49 +0200
On 05.06.2014 22:34, Marc Balmer wrote:
> Lua nodes is a "different" way to execute Lua code. It combines three
> existing technologies: Lua, POSIX threads, and, 0MQ (zeromq.orq).
Looks great. Does it work with luajit? Is it released yet?
+1 for name change, like "paranodes - parallel lua nodes".
Or "nodulo" - "node" in Spanish.
> Comments, suggestions, and, ideas welcome.
One idea taken from julialang.org - make parallel computing transparent
(independent on number of cores/machines):
http://docs.julialang.org/en/release-0.2/manual/parallel-computing/
Regards,
miko