C vs Swift 5.3

I revisit the C vs Swift post to see how things have improved. ...

Aug 20, 2020 · 1 min

C vs Swift: Reprise

Upgrading the Swift 1.2 version of the orbitals project brought some new performance challenges. I revisit a post by David Steuber, which benchmarked C and Swift generating a 2880x2880 pixel Mandelbrot with 4000 iterations per pixel. C killed Swift. ...

May 12, 2016 · 2 min

Perspective: Relative computing power

A brief exploration how far computing has come by comparing a Cray 1 supercomputer with an iPhone 6 ...

Sep 10, 2015 · 1 min

Micro-benchmarking iOS devices

Update: Added iPhone 5. Update: Added iPhone 4s, iPad 3rd gen. Update: Added iPhone 4, iPad 1st gen. I follow the excellent weekly posts by Mike Ash, and entered a brief discussion in comments about toll free bridging. In particular, the difference between calling a method via Objective-C (objc_msgSend) and it’s equivalent CoreFoundation C call. Mike suggested adding it to his original suite of tests, which lead to the following results....

Jan 24, 2010 · 9 min