Live data from Hacker News

Viewing profile — miiike

miiike

HN member
Joined
Fri, May 16, 2014, 1:38 AM UTC
HN karma
1
Public activity
3 items

About miiike

No profile information was provided.

Recent public activity

  1. comment
    Comment #7754601

    Thanks, this is the kind of answer I was looking for. I'll have a read once I'm on a bigger screen.

  2. comment
    Comment #7753465

    Okay so to run operations in parallel you have to go back to futures, and for more complex dependencies you would need callbacks/transforms. So this means with fibres you could use…

  3. comment
    Comment #7753324

    I wanted to ask you, what about running multiple operations in parallel? I've long been contemplating async/futures vs lightweight threads and yet to have come to a conclusion. Wit…