Hacker News new | ask | show | jobs
by gpderetta 1259 days ago
I suspect they will help with the parsing, but not with template instantiation cost which dominates metaprogramming.
1 comments

That is what external templates are for, pre-instantiate all common cases in a binary library.