HIPERFIT / finpar

Parallelisation of financial benchmarks
Other
8 stars 2 forks source link

The Haskell benchmark implementations are very slow #2

Open athas opened 9 years ago

athas commented 9 years ago

I am pretty sure this is because they use lists and indexing. In practice, they become an annoyance, since the test suite will spend forever running them. In practice, I just kill their processes so I don't have to wait.