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
Should improve the performance where `Y` has fixed length.
Fix the example from JuliaLang#39967.
The root cause there is a exponential growth in Left union.
Fortunately, we won't encounter this problem for concrete `X`,
as there's no 0-depth `Union`.
N5N3
added a commit
to N5N3/julia
that referenced
this issue
Feb 5, 2023
Should improve the performance where `Y` has fixed length.
Fix the example from JuliaLang#39967.
The root cause there is a exponential growth in Left union.
Fortunately, we won't encounter this problem for concrete `X`,
as there's no 0-depth `Union`.
This is reduced (by @maleadt) from some other code and causes a hang in subtyping:
The text was updated successfully, but these errors were encountered: