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
@ToddGrun pointed out that we could add some basic `Sort(...)` methods to `PooledArrayBuilder<T>` that call into the underlying `ImmutableArray<T>.Builder`'s `Sort(...)` methods. We can use this to avoid realizing an `ImmutableArray<T>` in some cases. However, these methods don't go the extra step of trying to sort inline elements directly. Instead, they always move the inline elements to a builder.
0 commit comments