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