I like syntax of this template library for JS. I’m going to use it in Node.js script, so, performance is quite important. Have anybody tried this one? (Their web-site works too slow to make me think their library works fast enough 🙂 ).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Live performance comparisons of dust to other templating engines: http://akdubya.github.com/dustjs/benchmark/index.html. It basically blows the other libraries away (Mustache, Handlebars, and jQuery Templates).
If you aren’t satisfied with those results, roll your own benchmark.
As for the slowness of the Dust “website” — it’s just a github project page. I didn’t notice any performance issues with the site.