You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to handlebars.java
Hi,
I was trying to benchmark my old template framework against handlebars.java I was using exactly similar templates in both the cases. For the freemarker template I was injecting the POJO object where as for the handlers.java I was injecting a json string using Jackson JSONNode class. But I was kind of surprised by the difference in performance. For freemarker I could render 10000 templates in about 900 ms where as the same number of templates took about 10000 ms for handlebars on my machine. Am I biasing my tests here or is handlebars.java slower than freemarker ?
Thanks!
edgar
unread,
Mar 21, 2016, 3:33:22 PM3/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message