Hacker News new | ask | show | jobs
by ccurtsinger 3683 days ago
Not really. Calling a C++ template-generated function is no different than calling a C function. If you have a lot of tiny template-generated functions then sure, it would be slow. But no slower than a C program with a bunch of tiny functions.
1 comments

Maybe they are thinking of specializing for static dispatch?