yashbedi / PerformanceTester

Code to test performance by removing dynamic dispatch using final keyword in swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PerformanceTester

As per Apple's article on Dynamic Dispatch, they say that dynamic dispatch is bad and should be avoided wherever necessary for performance reasons

Check this Article: Increasing Performance by Reducing Dynamic Dispatch

This sample app demonstrates the same with performance analysis

About

Code to test performance by removing dynamic dispatch using final keyword in swift


Languages

Language:Swift 100.0%