CodyIT@programming.dev to Golang@programming.devEnglish · 25 days agoRelying on Goantonz.orgexternal-linkmessage-square6fedilinkarrow-up13
arrow-up13external-linkRelying on Goantonz.orgCodyIT@programming.dev to Golang@programming.devEnglish · 25 days agomessage-square6fedilink
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up1·24 days 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).