haskell-hedgehog-classes icon indicating copy to clipboard operation
haskell-hedgehog-classes copied to clipboard

ixLaws is extremely inefficient in certain (most) cases

Open chessai opened this issue 6 years ago • 0 comments

If the generators we are fed have a very large codomain, ixLaws will generate (allocate) a massive list, traverse it. this happens 100 times, killing cpu and throttling memory. i'll come up with a way to avoid this happening to the unsuspecting.

chessai avatar Jan 20 '19 06:01 chessai