Skip to content

TParizek/ios-Classes-vs-Structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS app binary size comparison between classes and structs

This is a test project to comparing use of classes or structs on the app binary size. The test contains 250 entities numbered from 1 to 250. Each entity has a reference to the next one and has a mutating function.

Results

  • Structs IPA - 34KB
  • Classes IPA - 57KB

Both IPAs are signed using a development certificate and provisioning profile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages