Live data from Hacker News

Viewing profile — occasionalreedr

occasionalreedr

HN member
Joined
Tue, May 03, 2016, 11:12 AM UTC
HN karma
6
Public activity
6 items

About occasionalreedr

No profile information was provided.

Recent public activity

  1. comment
    Comment #11648244

    > I hope the WebKit guy can release it as a standalone library that will benefit many C++ developers. +1. Even just the WTF::Lock, WTF::Condition and supporting code would be usefu…

  2. comment
    Comment #11646252

    Code here: https://github.com/WebKit/webkit/blob/master/Source/WTF/wtf/... https://github.com/WebKit/webkit/blob/master/Source/WTF/wtf/...

  3. comment
    Comment #11646073

    Please replace the very slow Mac OS X pthread_mutex locks with the WTF::Lock implementation to benefit all applications. I can live with it still being 64 bytes and the scheduling …

  4. comment
    Comment #11631924

    C Python uses ref counting, whereas Node/V8 uses GC. Ref counting schemes generally use much less memory and GC scans can be expensive when there's a lot of new data, as is the cas…

  5. comment
    Comment #11623541

    The code is pretty easy to grok. Well commented and supported by thousands of tests.

  6. comment
    Comment #11622507

    How does svaarala do it? He's a one person coding machine. Fantastic work.