Struct vs Class Performance

This is a POC for the response to Gokhan Topcu's Medium article Stop Using Structs!!.

It is designed to prove that "struct vs class" is a much more complex problem with regard to performance.

Requirements

  • Xcode 9.0+
  • Swift 4.1+

Running

./compile.sh

License

Licensed under the terms of the MIT license. See the LICENSE file.