hermes
hermes copied to clipboard
allow themes to provide pre-parsed templates
Parsing a static template every time that it's used is a pretty big performance overhead. This pull request adds some optional interfaces that can be defined by themes to allow them to avoid needing to do that every time.
Nice, can you rebase?