Does there exist any sample Swift code (same project rewritten multiple times) which was written in all of the major architectures/designs, which would include: MVP, MVC, MVVM and/or MVVM-C, and VIPER. I am seeking complete quantitative performance usage about those design architectures, as well as qualitative comparison of the impact on the source code by those design architectures. I have already read many articles but all that I get from there is theory and definitions.
Please check https://github.com/tailec/ios-architecture It has the same project written in required architecture patterns.