Github user kevin91nl commented on the issue:
https://github.com/apache/metron/pull/969
@nickwallen We used Jinjava for rendering Jinja templates, but that
drastically decreased the EPS. Now we use simple replaces of variables, but it
is less flexible than the template render engine. I think it is not a fair
comparison to the language interpreter of Stellar, since the language
interpreter of Stellar would be focused on speed as you showed with the
comparison.
I was not aware of the OBJECT_GET method of Stellar, but it might get messy
when the object is preprocessed in Stellar.
Next week I will discuss the findings and update the pull request such that
it fits into the existing architecture.
---