Hacker News new | ask | show | jobs
by millstone 2853 days ago
Are you suggesting that other languages provide more control over modern hardware?
1 comments

Yes. Currently access to modern hardware features are either via cumbersome APIs (e.g. NUMA, AVX intrinsics), handled via the OS (e.g. paging, scheduling), or handled via the hardware itself (cache memory hierarchy). The problem will get worse as modern CPUs and machines continue to diverge from those originally targetted by C in the 1970s.