Remix.run Logo
Scubabear68 2 hours ago

A function call is not necessarily an indirection. Basic premise of the blog is wrong on its face.

hrmtst93837 3 minutes ago | parent | next [-]

People new to Rust sometimes assume every abstraction is free but that's just not the case, especially with lifetimes and dynamic dispatch. Even a small function call can hide allocations or vtable lookups that add up quickly if you're not watching closely.

alilleybrinker 2 hours ago | parent | prev [-]

Did you read the article? The author makes exactly that point.

2 hours ago | parent [-]
[deleted]