Although the Lua compiler is quite efficient when compared with compilers for other languages, compilation is a heavy task . So, you should avoid compiling code in your program (e.g., function loadstring) whenever possible.
Although the Lua compiler is quite efficient when compared with compilers for other languages, compilation is a heavy task . So, you should avoid compiling code in your program (e.g., function loadstring) whenever possible.