mustache / mustache.github.com

The {{official}} website
http://mustache.github.io/
Other
2.29k stars 292 forks source link

time complexity of mustache #122

Closed arielorvits closed 5 years ago

arielorvits commented 5 years ago

Hi, where can I find some general details about mustache time complexity or algorithm details (without dive into the code)?

how the size of the template / dictionary influence the time complexity?

thanks!

bobthecow commented 5 years ago

That's very implementation dependent. You should check with your preferred mustache library.