top | item 45034540

(no title)

tough | 6 months ago

I love both Go and Rust but Go is GC no? Where rust shines is on its safety at compile time and lifetime/borrow/memory model imho

both are awesome tools!

discuss

order

frollogaston|6 months ago

GC is ok for these use cases. In fact with such short-lived processes, GC is probably not even running before it terminates.