samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

Enable parallel builds #51

Closed samisagit closed 2 years ago

samisagit commented 2 years ago

https://www.reddit.com/r/haskell/comments/bd1tfb/why_isnt_ghc_multithreaded/?utm_medium=android_app&utm_source=share

Seems to imply build times would reduce, and if tests are marked as parallel safe (spec below) we might save a bunch of time once there are a few systests

https://hspec.github.io/parallel-spec-execution.html