Viewing profile — bjnbb
bjnbb
HN member- Joined
- Wed, Mar 18, 2015, 10:40 PM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About bjnbb
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #9241742
Reusing objects will always going to be faster. If memory is not being allocated, GC never runs. Look what happened to Minecraft when they stopped caring about allocations: http://…
-
comment
Comment #9229149
What's wrong with MSBuild/XBuild? I just type "msbuild" (or press F5 in VS) and I get result .exe file in 0.2 second. On Linux I type "xbuild" and it's the same. You can use Visual…