Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another template engine for micro controllers #6

Open
mincequi opened this issue Apr 5, 2023 · 1 comment
Open

Another template engine for micro controllers #6

mincequi opened this issue Apr 5, 2023 · 1 comment

Comments

@mincequi
Copy link

mincequi commented Apr 5, 2023

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

@rzeldent
Copy link
Owner

rzeldent commented Apr 6, 2023

Hi Manual,

Thanks for sharing your code and making it available to others. So if you need a faster implementation than micro-moustache please use tinja!

I took a quick peek at your code and indeed it looks really nice! Maybe I'll give it a try in the future!

Thanks for sharing

Rene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants