CodyIT@programming.dev to Golang@programming.devEnglish · 1 month agoRelying on Goantonz.orgexternal-linkmessage-square6linkfedilinkarrow-up13arrow-down15cross-posted to: lobsters@lemmy.bestiver.se
arrow-up1-2arrow-down1external-linkRelying on Goantonz.orgCodyIT@programming.dev to Golang@programming.devEnglish · 1 month agomessage-square6linkfedilinkcross-posted to: lobsters@lemmy.bestiver.se
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up1·1 month agoIf you want memory safety without garbage collection your option is Rust. There are no other options. Go is fast but the garbage collection technically makes it a soft real time system (or rather it cannot be used for hard systems).
If you want memory safety without garbage collection your option is Rust.
There are no other options. Go is fast but the garbage collection technically makes it a soft real time system (or rather it cannot be used for hard systems).