snaggen@programming.dev to Rust@programming.devEnglish · 7 months agoRust in Web Development (Also): Efficient API Layer Based on Rust Foundationsmito.huexternal-linkmessage-square6fedilinkarrow-up120arrow-down10
arrow-up120arrow-down1external-linkRust in Web Development (Also): Efficient API Layer Based on Rust Foundationsmito.husnaggen@programming.dev to Rust@programming.devEnglish · 7 months agomessage-square6fedilink
minus-squarelightnegative@lemmy.worldlinkfedilinkarrow-up1·7 months 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.