📜 ⬆️ ⬇️

The php benchmark

Chris Vincent heaped up and published the results of the performance tests of some PHP operations. For example, there are such comparisons:
foreach () vs. for () vs. while (list () = each ())
echo vs. print
and other equally curious tests.
The results are presented visually, in graphic and text form.
Recommended for review. :)

')

Source: https://habr.com/ru/post/26877/


All Articles