I accidentally made the fastest event system in the world
I accidentally made the fastest event system in the world
blog.ardis.dev
I accidentally made the fastest event system in the world — Orión
I wrote rt-events because I wanted a typed pub/sub in Rust. Then I benchmarked it against ten other languages and it came out ahead of monomorphized C++. The hot loop is six instructions. I cannot mak...
A ~200 LOC Rust crate benchmarked against ten other languages — came out ahead of a monomorphized C++ lib by ~4× at sub-fanout dispatch. Hot loop is six instructions. Can you make it faster?