Performance of Existential Type in Swift
#Swift, #iOS App Development, #Software Engineering
TLDR: There is a penalty when using existential type compared to opaque type. But it's not so dramatically significant that you would want to rewrite the whole project because of that.
References
Is existential any a performance problem in Swift? – Augmented Code
Comments