handlebars.scala icon indicating copy to clipboard operation
handlebars.scala copied to clipboard

Type safe compilation of templates

Open chrhicks opened this issue 11 years ago • 1 comments

handlebars.scala is rather slow in environments where performance is critical. The default behavior is to use reflection on the fly to traverse the context given to the template. It would be great if we knew the type of the context before hand we could resolve errors at compile time and make rendering really fast!

chrhicks avatar Jun 05 '14 02:06 chrhicks

Resolved somewhat with the json bindings?

timcharper avatar May 07 '16 07:05 timcharper