Live data from Hacker News

Viewing profile — bdisnainc

bdisnainc

HN member
Joined
Mon, Oct 28, 2019, 3:44 PM UTC
HN karma
1
Public activity
3 items

About bdisnainc

No profile information was provided.

Recent public activity

  1. comment
    Comment #21378305

    Very good GCs can be faster compared to common system allocators while minimizing the STW moment, but you cannot beat using a proper allocator for your needs.

  2. comment
    Comment #21378061

    It does not do random damage, you get a segmentation fault in most systems. In really small embedded you should not be allocating anything meaningful in the stack anyway.

  3. comment
    Comment #21377990

    That is because you apply pattern matching when it is not really useful here, on top of avoiding a simple ternary operator. In some languages, you simply write: if (user) nameLabel…