lua-users home
lua-l archive

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


Hi guys,

I've been using a system with Ubuntu 12.04 LTS and 4GB. Lua 5.2 was installed from official Ubuntu repository.
My application is portable for Windows, Linux (Ubuntu) and Mac.
.
This program retrieves many information from script and build some objects in C++ and
create an image. A performance test performed on Windows and on Ubuntu had the follow
results (only Lua):

Ubuntu              Windows
582.449 ms       210.224 ms


This mail also includes a spreadsheet file with all results of test that can be load from
this link: https://www.dropbox.com/s/qgh77cx014ra812/Results.xls.

Anyone knows or have an idea that could help me?
Is there a way to compile Lua with a maximum of speed and totally for 64 bits?

Thanks,
Toninho.