Hi all,
I'm thinking whether porting parts of PHP code to Zephir does make sense - will it increase speed and lower memory consumption.
I know that the first answer will be "it depends", but let me ask you this.
Would let's say, Doctrine ORM rewritten in Zephir be faster than its PHP original?
Certain parts of my app are quite heavy on PHP (like a tandem of ACL & navigation rendering), so I'm thinking if it makes sense to do it in Zephir.
Thanks!