Skip to content

Instantly share code, notes, and snippets.

@Pentan
Pentan / arraybench.swift
Created September 10, 2018 16:22
Swift Array with Dispatch concurrent performance somparison
import Foundation
print("array bench")
print(" -o : output rendered image as \"result.ppm\"")
print(" -w Number : render image width")
print(" -h Number : render image height")
print(" -p Number : number of points")
print("----------")
var width = 4096