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
Template make the Compilation slow. But most of the time it makes the program faster.