Avatar
norio_nomura 3/9/2018 10:49 AM
SwiftLintに入れました>UnsafeMutableBufferPointer使った実装。 https://github.com/realm/SwiftLint/pull/2090
DispatchQueue.sync was required to avoid CoW on calling subscript from multiple copied instances of Array. Since UnsafeMutableBufferPointer does not cause CoW on same situation, DispatchQueue.sync ...