Lua 5.1 is too slow for the modern key-value store (github.com)
by anon | permalink
35/ 99 viralityBubbling
edit & rescore →
20 HN points · front-page probability 58%
p10 · 2p90 · 304
Close to viable. The breakdown shows the levers worth pulling.
Valkey 9.1 brings a novel functionality: pluggable lua-engines. Default one is lua 5.1 which is slow and unsupported for many years. This is why we tried to bring in luajit. It's mostly lua 5.1 compatible and gives about x2-x5 performance boost on common workloads. Module is replacing the built-in lua by default or optionally lives right along with it.
ForesynWanna keep in touch?
Built this solo over a weekend. Soft-launching before the HN post on Monday. If you scored a draft and the prediction either nailed it or whiffed, I want to know.
DM @crimeacs on Telegram — fastest way to reach me
Connect on LinkedIn — Artemii Novoselov
Edit & re-score