New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Please remember: no claim that any of this is correct.
Gemini said:
Gemini said:
See also https://blog.cloudflare.com/more-consistent-luajit-performance
A kind person pointed out to me that in the code presented above at https://lowendtalk.com/discussion/comment/3983217/#Comment_3983217 and at https://lowendtalk.com/discussion/comment/3983223/#Comment_3983223 LuaJIT opens /dev/null only once and Python opens /dev/null for each write. It seems unfair to Python to make it do more work than LuaJIT. So the comparison shown here seems borked.
I went ahead and redid the files, the compilation, and the comparison with modified Python code which was given to me by the person who pointed out the error:
Thanks to the kind person who pointed out the error and showed me the replacement Python code!
@totally_not_banned