lua-users home
lua-l archive

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


On Thu, Dec 28, 2017 at 10:25 AM, Viacheslav Usov <via.usov@gmail.com> wrote:

>  In fact, even in the mandelbrot case the Python program used multiprocessing, it is just a little less obvious.

In fact, even the Lua program used multiprocessing in the mandelbrot case. Looking at the CPU load indications, that seems to be the only such case at https://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=lua&lang2=python3

Cheers,
V.