Live data from Hacker News

Viewing profile — ofrobots

ofrobots

HN member
Joined
Wed, Apr 08, 2015, 10:23 PM UTC
HN karma
30
Public activity
10 items

About ofrobots

No profile information was provided.

Recent public activity

  1. comment
    Comment #19683009

    It made the back button useless for me.

  2. comment
    Comment #12666343

    This profiler is sampling based. It takes a sample once every 512KiB allocated (on average, randomized) and reports all the allocations still alive at the end of the interval. So, …

  3. comment
    Comment #12666163

    Recent versions of Chrome DevTools have a new profiling feature called 'Record allocation profile' that may help. Enable this around a few of the sawtooth and it will give you a pr…

  4. comment
    Comment #11557063

    The plan is for a Node.js 6.0 release on Tuesday: https://github.com/nodejs/node/issues/5766#issuecomment-1983... . This would include V8 5.0.

  5. comment
    Comment #11556883

    To be precise, Node.js 6.x will include V8 5.0. There has been a little discussion on being able to include V8 5.1 down the road, maybe, but there is nothing concrete on it at this…

  6. comment
    Comment #10876659

    > 1 line of COBOL Offtopic, but this would be quite a challenge.

  7. comment
    Comment #10336856

    Never use a single workload as a predictor of performance of the universe of all other workloads. The best benchmark is not a benchmark at all – it is your actual workload.

  8. comment
    Comment #10171059

    Yeah, 'ship' means different things in different contexts. In the context of your original comment, node stable is getting arrow functions within a week of Chrome stable getting th…

  9. comment
    Comment #10168592

    This is not really accurate. Arrow functions shipped in Chrome on Tuesday (Sep 1) with Chrome 45 (V8 4.5).

  10. comment
    Comment #10052711

    Congrats on the public announce of your 'secret' project! When do you release the code publicly? It would be great to be able to hack on it again.