Last active
February 28, 2020 19:08
-
-
Save yfujiki/ecea32c6cb7235b8be0cdd461cbddb8d to your computer and use it in GitHub Desktop.
UILabel-optimisation3.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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