Comment by felipeccastro
20 hours ago
It is ironic how “rewrite it in Rust” is the solution to make any program fast, except the Rust compiler.
20 hours 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.