Skip to content

Instantly share code, notes, and snippets.

@spockz
Created March 25, 2010 14:51
Show Gist options
  • Save spockz/343626 to your computer and use it in GitHub Desktop.
Save spockz/343626 to your computer and use it in GitHub Desktop.
module Main where
import Control.Parallel
import Control.Parallel.Strategies
foo = map (id) [1..10000] `using` parListChunk 400 rdeepseq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment