|
|
|
|
|
by cygx
5207 days ago
|
|
The more relevant difference here is probably compile-time generic code which can take advantage of inlining vs run-time generic code which can't. However, C compilers are smart enough to transform the latter into the former, but only if you let them. |
|