Viewing profile — skybagle
skybagle
HN member- Joined
- Sun, Feb 22, 2015, 3:37 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About skybagle
No profile information was provided.
Recent public activity
-
comment
Comment #9089741
It's similar to Facebook's HipHop PHP to C++ transpiler (HPHPc). It was deprecated in favor of HHVM JIT technology.
-
comment
Comment #9089726
Would be great if they'd also fix Python's dreadful non-threadsafe C API. The GIL and all the global variables impede multiple independent interpreter instance performance.