Hacker News new | ask | show | jobs
by felipeccastro 371 days ago
It is ironic how “rewrite it in Rust” is the solution to make any program fast, except the Rust compiler.
1 comments

It's not ironic at all. Rust programs being fast is in large part due to shifting work from runtime to compile time.