Hacker News new | ask | show | jobs
by kevin_thibedeau 1931 days ago
C code that makes heavy use of callbacks in inner loops is at a disadvantage compared to languages with more powerful inlining facilities. Compare qsort() to std::sort().