Viewing profile — occasionalreedr
occasionalreedr
HN member- Joined
- Tue, May 03, 2016, 11:12 AM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About occasionalreedr
No profile information was provided.
Recent public activity
-
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…
-
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/...
-
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 …
-
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…
-
comment
Comment #11623541
The code is pretty easy to grok. Well commented and supported by thousands of tests.
-
comment
Comment #11622507
How does svaarala do it? He's a one person coding machine. Fantastic work.