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
This isn't directly actionable by glow, but I wanted to open an issue to draw attention to it.
I was surprised at how long glow took to compile given its complexity (~14 seconds on my machine).
I asked about it in the Rust compiler team Zulip and they diagnosed it as this issue: rust-lang/rust#65510 (Quadratic slowdown for lookup of bounds on associated types)
This isn't directly actionable by
glow
, but I wanted to open an issue to draw attention to it.I was surprised at how long
glow
took to compile given its complexity (~14 seconds on my machine).I asked about it in the Rust compiler team Zulip and they diagnosed it as this issue: rust-lang/rust#65510 (Quadratic slowdown for lookup of bounds on associated types)
@matthewjasper believes this should be fixed by rust-lang/rust#73905
The text was updated successfully, but these errors were encountered: