Comment on Rust is Eating JavaScript

<- View Parent
sugar_in_your_tea@sh.itjust.works ⁨5⁩ ⁨days⁩ ago

The GC in Go is fantastic IMO since it runs in a separate thread. I used it since 1.0 (switched our product from node.js), and dealt with all the the pain of an imprecise GC (fixed in 1.5?) and all the little improvements to arrive at it’s current state.

The main issues I have with it are pretty core to the language, unfortunately, such as:

Maybe they fixed some of those issues, idk, I haven’t used it for several years.

source
Sort:hotnewtop