Skip to content

5o Encontro de Haskellers de SP - Coding Dojo de Paralelismo/Concorrência

Notifications You must be signed in to change notification settings

Haskell-SP/2013-08-07-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

history:

ghci Fib.hs 
ghci Fib.hs +RTS -N1
ghci Fib.hs +RTS -N4
ghc --make -threaded -fforce-recomp -O -rtsopts Fib.hs && ./Fib +RTS -N1 -sstderr
ghc --make -threaded -fforce-recomp -O -rtsopts Fib.hs && ./Fib +RTS -N2 -sstderr
ghc --make -threaded -fforce-recomp -O -rtsopts Fib.hs && ./Fib +RTS -N4 -sstderr
cabal update
cabal install parallel
cabal install ThreadScope
cabal install monad-par

About

5o Encontro de Haskellers de SP - Coding Dojo de Paralelismo/Concorrência

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published