Comment by felipeccastro
2 days ago
It is ironic how “rewrite it in Rust” is the solution to make any program fast, except the Rust compiler.
2 days ago
It is ironic how “rewrite it in Rust” is the solution to make any program fast, except the Rust compiler.
It's not ironic at all. Rust programs being fast is in large part due to shifting work from runtime to compile time.