Skip to content

Commit 398ca48

Browse files
authored
Merge pull request #20 from 8fold/comparisons
Comparisons
2 parents 6cde59f + 2536664 commit 398ca48

File tree

2 files changed

+138
-106
lines changed

2 files changed

+138
-106
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ These results are from February 26th, 2024:
9898
Things worth noting (as rough interpretations):
9999

100100
1. PHP being used as a template engine has a negligible impact on speed.
101-
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.
101+
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.
102102
3. Using PSR-4 decreases speed by roughly 6 milliseconds; however, ensures everything is present and available.
103103

104104
## Details

0 commit comments

Comments
 (0)