-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handlebars and doT might be faster since they use compiled code #13
Comments
@jiyinyiyong - Yes I am also agree with you. Same benchmark result on my machine is as follows: (my machine Macbook Pro 7,1 Mid 2010, Core 2 Duo 8GB RAM) --- from_file
Dust
Hogan.js
Gaikan
Fest
EJS without
doT
Swig
Underscore
EJS
Eco
Handlebars.js
Jade without
CoffeeKup
Jade
|
Is it possible to test it on browser? |
@bharatpatil I think you should mark markup your result first, it's hard to read :-) Jade
Escaped : 21922ms
Unescaped : 11340ms
Total : 33262ms
Escaped : 21938ms
Unescaped : 11806ms
Total : 33744ms And it sould be like this in a terminal: https://github.com/baryshev/template-benchmark#results |
Our team uses handlebars and is comparing several template engines for performance and. As I got from the docs that Handlebars and doT are very fast when they are precompiled.
I think this case should be added into consideration.
The text was updated successfully, but these errors were encountered: