logoalt Hacker News

ndesaulnierstoday at 3:37 PM0 repliesview on HN

I find this point to be generally why C can typically beat C++ in terms of code size; generic functions operating on void* are much less type safe, but the tradeoff is code size. Those template instantiations add up.