Name: Anonymous 2016-01-25 13:42
I just made a C++ program that prints generic arguments.
each 200+ arguments string(thats a new template instance) just adds just 16KB of binary size. So you need 10000 of these to
get appreciable impact and i have 8GB of ram.
each 200+ arguments string(thats a new template instance) just adds just 16KB of binary size. So you need 10000 of these to
get appreciable impact and i have 8GB of ram.