We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72c4a commit 6966ad7Copy full SHA for 6966ad7
1 file changed
README.md
@@ -24,8 +24,8 @@ PHP Handlebars compiles and executes complex templates over 40% faster than Ligh
24
25
| Library | Compile time | Runtime | Total time | Peak memory usage |
26
|--------------------|--------------|---------|------------|-------------------|
27
-| LightnCandy 1.2.6 | 5.2 ms | 2.8 ms | 8.0 ms | 5.3 MB |
28
-| PHP Handlebars 2.0 | 3.0 ms | 1.4 ms | 4.4 ms | 1.8 MB |
+| LightnCandy 1.2.6 | 5.0 ms | 2.4 ms | 7.4 ms | 5.3 MB |
+| PHP Handlebars 2.0 | 2.8 ms | 1.4 ms | 4.2 ms | 1.8 MB |
29
30
_Tested on PHP 8.5 with the JIT enabled. See the `benchmark` branch to run the same test._
31
0 commit comments