We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314220f commit 210ade3Copy full SHA for 210ade3
benchmark/single-source/BufferFill.swift
@@ -107,6 +107,7 @@ public func rawBufferInitializeMemoryTeardown() {
107
public func rawBufferInitializeMemoryExecute(n: Int) {
108
// Measure performance when initializing an UnsafeRawBuffer
109
// from a Collection that supports `withContiguousStorageIfAvailable`
110
+ // See: https://bugs.swift.org/browse/SR-14982
111
112
for _ in 0..<n {
113
var (iterator, initialized) = rb.initializeMemory(as: Int.self, from: a)
0 commit comments