From 7a8ef3ba78c867d85a6885da2d41c0c7daecc7ea Mon Sep 17 00:00:00 2001 From: Alan Johnson Date: Sun, 26 Sep 2010 17:55:08 -0400 Subject: [PATCH] =?UTF-8?q?=E2=99=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 513992da..10d3b2f0 100644 --- a/README.markdown +++ b/README.markdown @@ -106,7 +106,7 @@ A node.js compatible command-line tool is included in the lib folder. compiler.j Performance ----------- -In a rough performance test, precompiled Handlebars.js templates rendered in about half the time of Mustache templates. It would be a shame if it were any other way, since they were precompiled, but the difference in architecture does have some big performance advantages. Justin Marney, a.k.a. [gotascii](http://github.com/gotascii) confirmed that with an [independent test](http://sorescode.com/2010/09/12/benchmarks.html). +In a rough performance test, precompiled Handlebars.js templates rendered in about half the time of Mustache templates. It would be a shame if it were any other way, since they were precompiled, but the difference in architecture does have some big performance advantages. Justin Marney, a.k.a. [gotascii](http://github.com/gotascii), confirmed that with an [independent test](http://sorescode.com/2010/09/12/benchmarks.html). Known Issues ------------