top | item 31218513

(no title)

jamesmishra | 3 years ago

Which systems language do you recommend?

discuss

order

noobermin|3 years ago

If anything, locks are hard so if you can do parallel code that doesn't require it (essentially embarrasingly parallel or the like), it's better. It doesn't fit all use cases though.

Honestly, if things are slower, not really mission critical for speed, but are easier to reason about, it's probably worth it to keep it simple and even sequential.