Lucas-Lehmer test: Difference between revisions

→‎{{header|C sharp|C#}}: Removed run times as not being part of the task description.
m (Added some interesting benchmarking to C#)
(→‎{{header|C sharp|C#}}: Removed run times as not being part of the task description.)
Line 285:
}</lang>
 
Output: (Run only to 11213. Using the Microsoft Task Parallel library for .NET, this took 1:43:30 on my i3 laptop.)
Additional benchmarks: up To 2000: 6.8 sec w/ parallel, 14.6 sec w/o, 18 sec w/ ruby 1.9.1)
M2 M3 M5 M7 M13 M17 M19 M31 M61 M89 M107 M127 M521 M607 M1279 M2203 M2281 M3217 M4253 M4423 M9689 M9941 M11213
 
Anonymous user