top | item 46084396

(no title)

aabhay | 3 months ago

That’s just Rust in general. But what you lose in disk space you gain considerably in optimized executables. The tradeoff is well worth it.

discuss

order

xigoi|3 months ago

There is no tradeoff. The bloat of Rust is caused by its NPM-style ecosystem where everything has 1000 dependencies, which is completely orthogonal to performance.