Is Template Metaprogramming faster than the equivalent C code?

前端 未结 8 2448
旧时难觅i
旧时难觅i 2021-01-02 02:07

Is Template Metaprogramming faster than the equivalent C code ? ( I\'m talking about the runtime performance) :)

8条回答
  •  时光取名叫无心
    2021-01-02 02:23

    I do not think there is any hype, but a clear and simple answer about templates is given by C++ FAQ: https://isocpp.org/wiki/faq/templates#overview-templates

    About the original question: it cannot be answered, as those things are not comparable.

提交回复
热议问题