Do c++ templates make programs slow?

前端 未结 5 1053
独厮守ぢ
独厮守ぢ 2020-11-29 02:53

I have heard from many people that usage of templates make the code slow. Is it really true. I\'m currently building a library. There are places where if templates are not c

5条回答
  •  -上瘾入骨i
    2020-11-29 03:21

    Template make the Compilation slow. But most of the time it makes the program faster.

提交回复
热议问题