You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
toUnfoldable currently leaks structure by doing a breadth-first traversal of the Map.
Potential solutions, subsequent to benchmarking:
If it turns out that toUnfoldable really isn't faster than toAscUnfoldable, then toUnfoldable = toAscUnfoldable should be a simple fix. It would break anything that was depending on the order of toUnfoldable, which is not what people should be doing. Maybe you also deprecate toAscUnfoldable.
Put some sort of constraint on toUnfoldable to ensure that it unfolds to a structure where ordering is not important?
Place a strongly worded, ugly warning comment on toUnfoldable.