PHP Template tests
A coworker of mine found out about a project called Blitz. its a PHP extension that does templating. It will of course have one advantage over Smarty. Smarty is slow as its all written in PHP. PHP is slower than C and always will be. Its just life.
So, Rob did some simple tests to see how Blitz, Smarty and plain old PHP perform. I thought some folks (hey Jay) might be interested in this.

Viktoras Agejevas Says:
You can check out my templating solution for PHP5, it is based on include and plain PHP is used in templates. Still in development, but it is worth a look: http://fry.sourceforge.com