Skip to content

Commit

Permalink
update: Results in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 26, 2024
1 parent f80eccf commit 2536664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ These results are from February 26th, 2024:
Things worth noting (as rough interpretations):

1. PHP being used as a template engine has a negligible impact on speed.
2. Using `require_once` without PSR-4 autoloading decreases speed by roughly 1 millisecond; however, once the code is made available, very little additional cost seems to be present.
2. Using `require_once` without PSR-4 autoloading decreases speed by roughly 1.5 milliseconds; however, once the code is made available, very little additional cost seems to be present.
3. Using PSR-4 decreases speed by roughly 6 milliseconds; however, ensures everything is present and available.

## Details
Expand Down

0 comments on commit 2536664

Please sign in to comment.