Skip to content

Instantly share code, notes, and snippets.

@yfujiki
Last active February 28, 2020 19:08
Show Gist options
  • Save yfujiki/ecea32c6cb7235b8be0cdd461cbddb8d to your computer and use it in GitHub Desktop.
Save yfujiki/ecea32c6cb7235b8be0cdd461cbddb8d to your computer and use it in GitHub Desktop.
UILabel-optimisation3.csv
Base(MB) After(MB) Diff(MB)
Simple Label 6.34 6.59 0.25
Simple Label with Nilify 6.46 6.48 0.02
Cached Simple Label 6.57 11.71 5.14
Attributed Label 6.38 6.53 0.15
Attributed Label with Nilify 6.50 6.61 0.11
Cached Attributed Label 6.64 12.07 5.43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment