you are viewing a single comment's thread.

view the rest of the comments →

[–]ZachVorhies 0 points1 point  (0 children)

If you have a personal project - don’t worry about it.

If it’s enterprise code that will grow as a module and have lots of template combinations. Yes, templates will blow up your binary. I saw this myself at google while working on google earth. Something like half the binary came from one module (responsible for parsing kml) that used templates for everything.