You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: math/intro.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ <h2>Formating</h2>
91
91
</div>
92
92
<divclass="grid_8">
93
93
<h2>Speed Analysis</h2>
94
-
<p>The following <ahref="http://en.wikipedia.org/wiki/Heat_map">heat map</a> shows how many <b>seconds</b> Math_BigInteger takes to perform encryption / decryption with a 2048-bit RSA key on an Intel Core i5-3320M CPU @ 2.6GHz under various environments. <ahref="generate.phps">generate.phps</a> was used to generate the heatmap. col*.php are all variations of <ahref="speed.phps">speed.phps</a>.</p>
94
+
<p>The following <ahref="http://en.wikipedia.org/wiki/Heat_map">heat map</a> shows how many <b>seconds</b> Math_BigInteger takes to perform encryption / decryption with a 2048-bit RSA key on an Intel Core i5-3320M CPU @ 2.6GHz under various environments. <ahref="benchmark.phps">benchmark.phps</a> was used to generate the heatmap. col*.php are all variations of <ahref="speed.phps">speed.phps</a>.</p>
95
95
<p>Math_BigInteger automatically picks the fastest settings to use depending on what extensions it has available at its disposal.</p>
0 commit comments