Hacker News new | ask | show | jobs
by bufferoverflow 2037 days ago
PHP 8 performance improvements were advertised

https://www.fonow.com/Images/2020/0608/9f3a0f6a4f8f2ee.png

https://www.fonow.com/Images/2020/0608/4e9d2337edd2072.png

https://www.fonow.com/Images/2020/0608/70a1c6cff23f4fc.png

1 comments

Oh, come on. Did you see the benchmarks? This is CPU-bound code, like multiplying numbers 100 000 times over. This has nothing to do with your typical use case.

And, yeah, performance improvements are always advertised.

>This is CPU-bound code, like multiplying numbers 100 000 times over. This has nothing to do with your typical use case.

I think a lot of people missed this. It's not the usual PHP workload for usual/basic web dev.