I've also been looking into various JS template engines. They're difficult to compare as there're many parameters at play (speed, compatibility, support, features..). It's also interesting that several of these projects were active in 2009 / 2010, but then nothing (say, Trimpath, jQote2, for couple of examples). I'm not saying software should be constantly updated, but in the fast moving world of web even a year without a single update makes you worry the project may have been abandoned, and hence consider twice whether it's a good idea to start using it a new project at this point.
That said, jQote2 is very fast and seems to work well. Also TempoJS looks interesting (and it's being actively developed)!
Edit: Because jQuery tmpl is deprecated ("NO LONGER IN ACTIVE DEVELOPMENT OR MAINTENANCE. Issues remain open but are not being worked"), I would not start a new project using it; it is not likely that it will ever become the 'official' template engine for jQuery, and the fact that open issues are not going to be addressed is troublesome. jQuery tmpl's successor, jsViews may be worth a look (see a presentation and comparison). It may be slated to eventually become part of jQuery UI (although I won't believe it until I see it after all the wrangling with tmpl. ;)
Note that if you're working with a JavaScript framework such as Backbone.js, you would want to use jsView's rendering engine, jsRender (which is mostly synonymous with jQuery tmpl). The "interactive data-driven views" functionality of jsViews is in such cases already provided by the framework, and as such it would be redundant. Fortunately, jsViews and jsRender are provided in separate libraries, so it is easy to use jsRender only.