Skip to content

Instantly share code, notes, and snippets.

@isoiphone
Created March 25, 2015 00:54
Show Gist options
  • Save isoiphone/f779092822df6cc0bb8d to your computer and use it in GitHub Desktop.
Save isoiphone/f779092822df6cc0bb8d to your computer and use it in GitHub Desktop.
ARrrgg compile speed
// takes ~50 seconds to compile.
// tested on XCode 6.3 Beta 4, late 2013 macbook pro retina
import Foundation
func CompileSmash() {
var arr: [AnyObject] = [1,2,3]
arr = arr + arr + arr + arr + arr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment