-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow compile time for "func blurred(withRadius radius: CGFloat) -> Image" #611
Comments
Do you remember which version you had before? That would make it easier to isolate the problem. I took a quick look at the |
This is showing up since upgrading from 3.3.3, but I can't see any changes in blurred between those versions. Right now blurred is the function that takes the longest time to compile in our project (according to I am coming from 7 years of Android development, and I must say the iOS tool chain is quite bad compared to anything Java / Android related. |
Should be fixed in #613 It took me about 2000ms before. And now 100ms. |
Thank you! |
Amazing! Still unbelievable that splitting the statement into 3 lines makes such a huge compile time difference. |
Hi,
The Kingfisher project has previously solved issues with slow compile times (#467, #468), so I am posting this in the hopes of you being able to solve this new one that I am seeing since recently upgrading to the latest version (3.5.0 / 5cfa0dd):
CC @frankrausch @onevcat
Thanks, BR, Erik
The text was updated successfully, but these errors were encountered: