Last active
October 9, 2018 06:50
-
-
Save AvdLee/444b6b4bf8fc0bbd8e968b797478789d to your computer and use it in GitHub Desktop.
Performance in Swift for my blogpost https://medium.com/@ajvanderlee/6377b8c135b9
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
Type of code | Xcode Unit Test | Playground | Terminal | |
---|---|---|---|---|
For loop if | 0.026 | 26.052 | 0.030 | |
Filter forEach | 0.043 | 2.116 | 0.047 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment