- Mustache ⭐ 16k -- 2 years ago
- Handlebars ⭐ 18k -- 10 months ago
- nunjucks ⭐ 9k -- 3 weeks ago
- eta ⭐ 5k -- 11 months ago
- doT ⭐ 2k -- 5 years ago
Benchmarks with: benny
npm install
# Run benchmarks
npm start
# See graphs
npm run serve
See benchmark/results
See Load precompiled templates from Typescript
cd src
npx handlebars minimal-precompiled.handlebars -f minimal-precompiled-hbs.js -c handlebars
npx handlebars maximal-precompiled.handlebars -f maximal-precompiled-hbs.js -c handlebars
# and then we changed
var Handlebars = require("handlebars");
# into
import Handlebars from "handlebars";
# 😀