October 20, 2020

PHP7: static methods are slower

A static method containing the same code is consistently slower than its dynamic(?) counterpart. 8,7 sec vs. 5,5 sec. See also: https://www.codedwell.com/post/59/static-vs-non-static-methods-in-php

No comments: