Live data from Hacker News

Viewing profile — klarifie

klarifie

HN member
Joined
Tue, Oct 23, 2018, 5:34 PM UTC
HN karma
5
Public activity
2 items

About klarifie

No profile information was provided.

Recent public activity

  1. comment
    Comment #18286093

    This is analogous to different UNIX programs communicating with shmget and a synchronization primitive. It's still a multiprocess model.

  2. comment
    Comment #18285509

    The article title is misleading. Wasm will not support multithreading, rather it'll be multiprocess via web workers and shared arrays for communication. It's not a single address s…