top | item 44271175

(no title)

felipeccastro | 8 months ago

It is ironic how “rewrite it in Rust” is the solution to make any program fast, except the Rust compiler.

discuss

order

majewsky|8 months ago

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