mattgallagher / Playgrounds2017

Code used during my talk at the Playgrounds Conference held in Melbourne, Feb 2017.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playgrounds2017

This is code that I used in my talk at Playgrounds in February 2017. The full video and transcript for this talk can be viewed on the Skilled.io website.

It reuses code from one of my blog articles, "Random number generators in Swift", broken down into a series of steps, investigating how to get from a "naive" C-to-Swift conversion to a version that has equal (or better) performance.

To use this project, open the xcodeproj file and run the Tests.

For my talk, I ran all tests on a Mac Pro 5,1 @ 2.66Ghz; other devices will get different performance results.

About

Code used during my talk at the Playgrounds Conference held in Melbourne, Feb 2017.

License:ISC License


Languages

Language:Swift 96.5%Language:C 3.3%Language:Objective-C 0.2%