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
[stdlib] Provide an explicit, inlinable String._hash(into:) implementation
Synthesized implementations aren't inlinable, and this causes extra ARC traffic around String hashing with the mutating hasher compared to the faux-pure variant.
0 commit comments