Optimize Vector::appendRange() when input iterators are random access iterators. When such iterators are provided, we can compute the new size in constant time and thus reserve capacity + unsafeAppendWithoutCapacityCheck().
Pull request: https://github.com/WebKit/WebKit/pull/18839
Pull request: https://github.com/WebKit/WebKit/pull/18847
Committed 269115@main (d9dcd1c0fc11): <https://commits.webkit.org/269115@main> Reviewed commits have been landed. Closing PR #18847 and removing active labels.
<rdar://problem/116702178>