Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages