Skip to content

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

Notifications You must be signed in to change notification settings

bakshioye/PerformanceTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages