Coding
Performance of Composer 2.0 with PHP 8 JIT
Composer is a terrible benchmark for JIT. Composer is highly IO and network dependant and doesn’t do a lot of math or loops. JIT is completely useless for this case, and the volatility of networks Read more…