Live data from Hacker News

Viewing profile — bjnbb

bjnbb

HN member
Joined
Wed, Mar 18, 2015, 10:40 PM UTC
HN karma
9
Public activity
4 items

About bjnbb

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. 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://…

  4. 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…