this post was submitted on 21 Apr 2026
0 points (50.0% liked)

Rust

7950 readers
15 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

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?

top 4 comments
sorted by: hot top controversial new old

Maybe have your LLM try it in Zig if you want to squeeze even more performance out of it.

[–] Dumhuvud@programming.dev 19 points 1 day ago (1 children)

I made

Looks inside.

de-LLM readme
Claude Code committed 5 days ago

Add bench results to README
Claude Code committed 5 days ago

Initial commit
Claude Code committed 5 days ago

[–] entwine@programming.dev 5 points 22 hours ago

He couldn't even write the blog post himself. Why even get up in the morning at that point? Just stay in bed for your remaining human lifespan if you're not going to use it for anything.

[–] BB_C@programming.dev 4 points 1 day ago

Why does emit() take an owned E value?