Alex Nedelcu on Nostr: Many get the meaning of concurrency versus parallelism wrong 💡 ‣ Concurrency is ...
Many get the meaning of concurrency versus parallelism wrong 💡
‣ Concurrency is a semantic property (e.g., these tasks are independent, ordering of execution doesn't matter)
‣ synchronization is ordering 😉
‣ Parallelism is a capability of the runtime, an implementation detail
‣ Concurrency is a semantic property (e.g., these tasks are independent, ordering of execution doesn't matter)
‣ synchronization is ordering 😉
‣ Parallelism is a capability of the runtime, an implementation detail