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?

all 4 comments

sorted by: hot top controversial new old
[–] 24 points 3 months ago*

I have no clue about the different event systems specifically, but generally the less features you want out of something, the easier it is to make it fast. I would assume the others don't need/want this extreme minimalism and trade it for something else.

  • source
  • [+] 6 points 3 months ago
    [+] 2 points 3 months ago
    [–] 1 point 3 months ago

    Why are people down voting this

  • source