Skip to content

Improving compile time #13

@sstadelman

Description

@sstadelman

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmedium

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions