Live data from Hacker News

Viewing profile — bjouhier

bjouhier

HN member
Joined
Sat, Feb 04, 2012, 1:49 PM UTC
HN karma
2
Public activity
3 items

About bjouhier

No profile information was provided.

Recent public activity

  1. comment
    Comment #8003846

    The point about fibers is incorrect. I posted a detailed comment on your blog.

  2. comment
    Comment #5465105

    node.js is single threaded and EC2 large instance has 4 CPUs. So to be fair you must either: a) bench on a single core processor (a small EC2 instance) b) configure node.js as a cl…

  3. comment
    Comment #3551026

    Hi Jeremy, streamline.js already fits the bill, including your golden rule: the core idea was precisely to generate the callbacks that the developer would write otherwise. Today it…