add table

This commit is contained in:
Rawley
2024-02-19 10:00:44 -06:00
parent 1c28590d20
commit 9886f24641

View File

@@ -44,6 +44,70 @@ for ( 1 .. 1000000 ) {
<p> <p>
This benchmark was performed on an Intel i7 12700KF, using DDR5 memory. This benchmark was performed on an Intel i7 12700KF, using DDR5 memory.
</p> </p>
<h3>Summary Table</h3>
<table style="border: 1px solid black;">
<tr>
<th style="text-align: left;">Language</th>
<th style="text-align: left;">Performance</th>
</tr>
<tr>
<td>
Perl Module OO
</td>
<td>
454.627ms
</td>
</tr>
<tr>
<td>
Perl Module OO + Types
</td>
<td>
505.276ms
</td>
</tr>
<tr>
<td>
Moo
</td>
<td>
960.03ms
</td>
</tr>
<tr>
<td>
Moo + Types
</td>
<td>
2308.226ms
</td>
</tr>
<tr>
<td>
Moose
</td>
<td>
11420.455ms
</td>
</tr>
<tr>
<td>
Moose + Types
</td>
<td>
13649.37ms
</td>
</tr>
<tr>
<td>Ruby</td>
<td>167.627ms</td>
</tr>
<tr>
<td>Raku (MoarVM start-up subtracted)</td>
<td>801.947ms</td>
</tr>
</table>
<h2 id="timesAndImplementations">Times and implementations</h2> <h2 id="timesAndImplementations">Times and implementations</h2>
<h3 id="perlImpls">Perl</h3> <h3 id="perlImpls">Perl</h3>
<h4 id="perlModuleOO">Module OO</h4> <h4 id="perlModuleOO">Module OO</h4>