Live data from Hacker News

Viewing profile — streamline92

streamline92

HN member
Joined
Mon, May 11, 2015, 5:28 PM UTC
HN karma
7
Public activity
2 items

About streamline92

No profile information was provided.

Recent public activity

  1. comment
    Comment #9534513

    The problem with the way JXcore did the SpiderMonkey port is their extensive use of C++ macros - not unlike NAN for Node.js. This makes the code hard to debug and maintain. The Mic…

  2. comment
    Comment #9526342

    The Python GIL problem could been solved in Python3 by just moving all global interpreter instance variables into a single struct and changing the C API to take a pointer to this i…