dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
181 stars 26 forks source link

Store compiled templates in memory for faster rendering? #21

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

Should only take 5 mins to write a template caching function. is it worth it? (or is it pre-mature optimisation)

nelsonic commented 8 years ago

see: https://github.com/nelsonic/sendemail/blob/50d6c7531c2289e926d89ef0ac751f685fa041f1/lib/index.js#L38 done. :white_check_mark: