with
is so bad that it is forbidden in ES5 strict mode.
Function constructor is very slow.
Yet, John Resig's micro templating is advertised as light, uses both mentioned bad features of Javascript. (same with another light templating - underscore's, which is a fork of it)
Now a question: How seriously should i be concerned about performance impact of using those template engines ?
Should i sacrifice their flexibility and simplicity for speed gains that other engines (like Mustache, or XTemplates) might provide ?