nikomatsakis / rust-design-axioms

Discovering and describing Rust's design axioms
https://nikomatsakis.github.io/rust-design-axioms/
Other
66 stars 3 forks source link

"Performant" axiom? #1

Open nikomatsakis opened 9 months ago

nikomatsakis commented 9 months ago

I think maybe we need a "performant" axiom. Right now, the idea of "zero-cost abstractions" and ""the default thing is also the most efficient one" feels a bit smeared across "transparent and tunable" and "productive".