-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallelism! #19
Comments
Some notes:
|
I implemented something on the parallel branch 1d5bc08 but when I run I get the disappointing message:
How sad! |
Bummer! See http://ghc.haskell.org/trac/ghc/ticket/3373 . I suppose one workaround would be to actually fire up N copies of the RTS in different OS processes? But that would probably have a lot of overhead, and I don't know if it would be worth the trouble. |
diagrams-haddock
has some embarrassing parallelism going on. We should add a -j flag that turns on multithreading.The text was updated successfully, but these errors were encountered: