Live data from Hacker News

Viewing profile — enoah_netzach

enoah_netzach

HN member
Joined
Fri, Jul 28, 2017, 5:18 PM UTC
HN karma
2
Public activity
1 items

About enoah_netzach

No profile information was provided.

Recent public activity

  1. comment
    Comment #15134836

    That is parallelism, not concurrency. Concurrency: two functions can run one after the other while they are non blocking for the callers (e.g. hyperthreading). Parallelism: two fun…