Live data from Hacker News

Viewing profile — cpp_developer

cpp_developer

HN member
Joined
Thu, Mar 10, 2016, 12:01 PM UTC
HN karma
4
Public activity
4 items

About cpp_developer

No profile information was provided.

Recent public activity

  1. comment
    Comment #14716443

    Why do you think unikernels are not famous? Shouldn't software running on dedicated machines need lesser management (scheduling), abstraction (virtual memory) and finer control (op…

  2. comment
    Comment #14702014

    When I see posts about tuning the OS specific things (like mem allocators, Page size tuning, VMs etc..) , I get the following question (not exactly sure it's the right one): As the…

  3. story
  4. story
    Ask HN: What are the good resources to learn about compiler optimizations?

    Most of the online courses I can find (Example: Stanford course) concentrate more on frontend/ parsers or machine-dependent optimizations like Register Allocation, Scheduling etc. …