Parallel brute force: Difference between revisions

m
Line 752:
</ul>
<br/>
Compile with "-O2 -threaded -rtsopts". Run with "+RTS -N<number of cores>"<br/>
7.391s elapsed on a 2.5 GHz Dual-Core Intel Core i7 Macbook Pro.
 
<lang haskell>import Control.Concurrent (getNumCapabilities)
import Crypto.Hash (hashWith, SHA256 (..), Digest)
Anonymous user