Parallel calculations: Difference between revisions

→‎Using Eager Parallel Map: In the mean time...
(Updated first D entry)
(→‎Using Eager Parallel Map: In the mean time...)
Line 325:
===Using Eager Parallel Map===
{{incorrect|D|This first entry asserts at run-time.}}
{{alertbox| lightgreen|The issue is not in the provided code, but in the library implementation.<br />The bug has been resolved, and this entry will work with the release of 2.066.<br />The issue can currently be bypassed entirely, by compiling with -release.}}
<lang d>ulong[] decompose(ulong n) pure nothrow {
typeof(return) result;