cloud-sdk-ios-fiori icon indicating copy to clipboard operation
cloud-sdk-ios-fiori copied to clipboard

Improving compile time

Open sstadelman opened this issue 4 years ago • 0 comments

Our project has some issue with compile time, it takes around 12-13 sec for compilation (clean and build) and the project doesn't have big code base.

I found some problem parts in your sdk. For example func columnsView(in: ) -> some View in ColumnMicroChart.swift, this method needs ~7 sec for compilation, I guess, it's hard for compiler to calculate a final type of the expression.

What do you think about it? Could you do some refactoring these methods/expressions?

  1. and 2) points from this article could be helpful.

sstadelman avatar Apr 28 '20 20:04 sstadelman