Idoneal numbers: Difference between revisions

→‎{{header|jq}}: NDEBUG timing
(→‎{{header|jq}}: NDEBUG timing)
Line 215:
This entry uses jq's `break` because the equivalent program using `until` is much slower.
 
Using eitheran theNDEBUG Cversion orof Gothe C implementationsimplementation of jq,
the program shown below takes about 2.5 seconds to produce the 65
idoneal numbers on a 3 GHz machine; gojq takes about 5 seconds.
For gojq, the definition of the `_nwise` helper function must be
uncommented.
2,442

edits