Live data from Hacker News

Viewing profile — elka

elka

HN member
Joined
Thu, Mar 01, 2018, 10:19 PM UTC
HN karma
5
Public activity
4 items

About elka

No profile information was provided.

Recent public activity

  1. comment
    Comment #16888168

    The optimization is transforming all code that matches the pattern independent from whether the code is hot or not. The transformation comes with cognitive cost for the developer a…

  2. comment
    Comment #16887747

    This is a good example of premature optimization.

  3. comment
    Comment #16560775

    Memory usage of a browser mostly depends on the web page. Compare a static web page with a JavaScript heavy web page that creates thousands of objects.

  4. comment
    Comment #16530360

    I wonder how these locks work with C11 memory model.