Comment on Rust is Eating JavaScript

<- View Parent
solrize@lemmy.world ⁨5⁩ ⁨days⁩ ago

Sure you can spawn threads but now you have all the hazards of shared memory and locks, giving the 2.0 version of aliasing errors and use-after-free bugs. Also, those are POSIX threads, which are quite heavyweight compared to the in-process multitasking of Golang etc. So I would say that’s not really an answer.

source
Sort:hotnewtop