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
Generating String can be very costly and inefficient. We should consider replacing most occurrences with an interned string version. We could reuse the Rust compiler Symbol structure for now or use some interner crate.
The text was updated successfully, but these errors were encountered:
Generating
String
can be very costly and inefficient. We should consider replacing most occurrences with an interned string version. We could reuse the Rust compilerSymbol
structure for now or use some interner crate.The text was updated successfully, but these errors were encountered: