snaggen to RustEnglish · 1 year agoRust in Web Development (Also): Efficient API Layer Based on Rust Foundationsmito.huexternal-linkmessage-square6fedilinkarrow-up121arrow-down10
arrow-up121arrow-down1external-linkRust in Web Development (Also): Efficient API Layer Based on Rust Foundationsmito.husnaggen to RustEnglish · 1 year agomessage-square6fedilink
minus-squarelightnegative@lemmy.worldlinkfedilinkarrow-up1·1 year agoAs someone in Java land, you might be more impressed about its memory footprint rather than its performance. Your Java hello world that takes 4GB of JVM heap space or it will fail with OutOfMemory would likely be only a few mb in Rust (or even less)
As someone in Java land, you might be more impressed about its memory footprint rather than its performance.
Your Java hello world that takes 4GB of JVM heap space or it will fail with OutOfMemory would likely be only a few mb in Rust (or even less)
Haha, I’m well aware.