hedgehogqa / hedgehogqa/haskell-hedgehog-classes
ixLaws is extremely inefficient in certain (most) cases
Open
- Dominant language
- Haskell
- Stars
- 57
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.