DEV Community

Discussion on: New PHP router wich is 7 to 15 times faster then Symfony router

Collapse
 
freedom profile image
Freedom • Edited

How about memory consumption and latency?

You could compare your benchmark there, assume is around 100th while Symfony is at 145th:
github.com/the-benchmarker/web-fra...

Router isn't the bottleneck. Both API and data processing are the problem you could look in another language for robust and reliability where speed is a concern and static compiled language are exist to solve these problem.

Collapse
 
alexdodonov profile image
alexdodonov

Thanks for your comment. I shall benchmark memory consumption in the next article.