CFNetwork gives us NSData which we then copy to SharedMemory, but we do so by calling NSData.data which copies the data to a newly allocated buffer in about 1/4-1/3 of the cases of my local browsing. Iterating using enumerateByteRangesUsingBlock instead removes this copy and allocation
Pull request: https://github.com/WebKit/WebKit/pull/2999
<rdar://problem/98479750>
Committed 253363@main (f6b396ad7232): <https://commits.webkit.org/253363@main> Reviewed commits have been landed. Closing PR #2999 and removing active labels.