I accidentally made the fastest event system in the world
People > Companies ❤️ - programming.dev [Unofficial]
April 21, 2026
submitted by orion_stderr to rust 5 points | 0 comments https://blog.ardis.dev/blog/accidentally-fastest-event-system
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?
Discussion in the ATmosphere