Viewing profile — cpp_developer
cpp_developer
HN member- Joined
- Thu, Mar 10, 2016, 12:01 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About cpp_developer
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
-
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. …