Live data from Hacker News

Viewing profile — courtneycouch

courtneycouch

HN member
Joined
Thu, May 10, 2012, 1:34 PM UTC
HN karma
1
Public activity
3 items

About courtneycouch

No profile information was provided.

Recent public activity

  1. comment
    Comment #3953437

    Using this benchmark: https://gist.github.com/2652991 nodejs beats Vert.x for example. People shouldn't be so quick to accept these half thought out microbenchmarks.

  2. comment
    Comment #3953422

    In any case even if it was faster, it wouldn't be an order of magnitude faster. That kind of a difference should be an indication that something is wrong with the benchmark.

  3. comment
    Comment #3953366

    So a quick verification. The io is the difference between these two. The JVM is doing some caching somewhere, whereas the v8 engine is not. Making a small change to both (in order …