lysdexic@programming.dev to Programming@programming.devEnglish · 19 days agoConcurrency is not parallelismgo.devexternal-linkmessage-square16fedilinkarrow-up197arrow-down12
arrow-up195arrow-down1external-linkConcurrency is not parallelismgo.devlysdexic@programming.dev to Programming@programming.devEnglish · 19 days agomessage-square16fedilink
minus-squareBear@lemmynsfw.comlinkfedilinkEnglisharrow-up1·15 days agoexecution = if concurrency then parallelism else multitasking Simple. Easy. But it doesn’t confuse my boss or make everyone angry. concurrency = if concurrency then concurrency else concurrency Now this I can work with.
execution = if concurrency then parallelism else multitasking
Simple. Easy. But it doesn’t confuse my boss or make everyone angry.
concurrency = if concurrency then concurrency else concurrency
Now this I can work with.