Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua Optimised #87

Closed
shakna-israel opened this issue Oct 6, 2018 · 2 comments · Fixed by #101
Closed

Lua Optimised #87

shakna-israel opened this issue Oct 6, 2018 · 2 comments · Fixed by #101

Comments

@shakna-israel
Copy link
Contributor

lua Lua 5.3.5 Copyright (C) 1994-2018 Lua.org, PUC-Rio

The Lua Optimised benchmark was run using Lua 5.3.

However, I wrote it with LuaJIT in mind, which is actually somewhere between Lua 5.1 and Lua 5.2, and one of the fastest JIT compilers. Most real-world code written for Lua, tends to be either written for, or compatible with, LuaJIT, because of the performance.

I would expect a bit of a time difference to result. Probably preferring LuaJIT and bumping it a few implementations up the rungs.

@drujensen
Copy link
Owner

@shakna-israel yeah, I am currently using brew to install the compilers. @OvermindDL1 recommended to use asdf instead. I am working on a docker image that installs all the latest versions and I will make sure LuaJIT is used instead.

@shakna-israel
Copy link
Contributor Author

Sure! Just making sure some differences get noted. The differences between Lua versions can throw some people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants