Viewing profile — elka
elka
HN member- Joined
- Thu, Mar 01, 2018, 10:19 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About elka
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #16887747
This is a good example of premature optimization.
-
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.
-
comment
Comment #16530360
I wonder how these locks work with C11 memory model.