clux / magic-forest

CPU bound benchmarking of languages using the magic forest problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell is cheating with using sets before filter

clux opened this issue · comments

Decided to standardise this behaviour to avoid everyone optimizing away the vector/sort thing. Need to at least not use haskell sets before the filter is done.