Performance seems to be great right now (the program runs in about 10ms if no hooks are ran).
But there's a place where we could improve, specifically when the template variables are replaced.
Right now we do multiple passes on the template (one for each variable).
I'm not so sure on how to make multiple passes in a idiomatic-ish way, but will take a look.
Performance seems to be great right now (the program runs in about 10ms if no hooks are ran).
But there's a place where we could improve, specifically when the template variables are replaced. Right now we do multiple passes on the template (one for each variable).
I'm not so sure on how to make multiple passes in a idiomatic-ish way, but will take a look.