greensoftwarelab / Energy-Languages

The complete set of tools for energy consumption analysis of programming languages, using Computer Language Benchmark Game
MIT License
691 stars 114 forks source link

Add LuaJIT to the benchmark. #26

Closed DNS closed 2 years ago

DNS commented 2 years ago

Add LuaJIT (not Lua) to the benchmark. It's very fast, should be at similar speed like C.

States commented 2 years ago

This repository contains the replication artefact package for our published 2017 paper using these. They were based on the contents and compilers running on CLBG at the time, thus we too used Lua (5.3.3 as was used at the time). Feel free to fork the repo and run your own tests as you wish however!

DNS commented 2 years ago

Compiler / Interpreter versions I see only Lua 5.3.3, but no LuaJIT? Do you think Lua is the same as LuaJIT?