handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.81k stars 2.04k forks source link

Reduce helper overhead #1994

Open mohd-akram opened 10 months ago

mohd-akram commented 10 months ago

This results in about a 30% improvement in a helper-heavy template. Utils.extend is expensive to use in any hot path.

kibertoad commented 5 months ago

What is the status on this? Can we help to get this merged?