Posts marked with “benchmarks”
Static methods vs singletons: choose neither
Comparing the performance of a static method with that of a singleton ignores an important issue: that neither is the best answer to the problem they try to solve.
Symfony 2 benchmarks: more than meets the eye?
Symfony 2 benchmarks released on his site show that Symfony 2 is faster than many of the common PHP frameworks out there, but Solar developer Paul Jones has had trouble confirming his findings.