|
|
|
|
|
by mcherm
4932 days ago
|
|
I don't think you ARE missing anything. From my reading, the gains are obtained by pre-computing the string concatenation a single time (rather than while rendering) for all cases in which it can be. It's similar to moving something from runtime to compiletime (although those distinctions don't quite apply). |
|