You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i stumbled across your lib when i was searching for a template engine for micro controllers.
Since i have some further requirements (loops), i had to extend your lib a bit and came out with a completely new implementation: https://github.com/mincequi/tinja
At no offence, it outperforms your lib by far (~10 times faster) by using much less memory (especially for ESP8266).
Please check my test/benchmark suite. I will come out with numbers and charts as soon as i find the time to do so.
Hopefully, you find this interesting.
Cheers
Manuel
The text was updated successfully, but these errors were encountered:
Hey there,
i stumbled across your lib when i was searching for a template engine for micro controllers.
Since i have some further requirements (loops), i had to extend your lib a bit and came out with a completely new implementation: https://github.com/mincequi/tinja
At no offence, it outperforms your lib by far (~10 times faster) by using much less memory (especially for ESP8266).
Please check my test/benchmark suite. I will come out with numbers and charts as soon as i find the time to do so.
Hopefully, you find this interesting.
Cheers
Manuel
The text was updated successfully, but these errors were encountered: