Skip to content
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

Improving compile time #13

Open
sstadelman opened this issue Apr 28, 2020 · 0 comments
Open

Improving compile time #13

sstadelman opened this issue Apr 28, 2020 · 0 comments
Assignees
Labels
bug Something isn't working medium

Comments

@sstadelman
Copy link
Contributor

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 sstadelman added the bug Something isn't working label Apr 28, 2020
@sstadelman sstadelman added this to To do in Charts Development Apr 28, 2020
@dyongxu dyongxu added the medium label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium
Projects
Development

No branches or pull requests

3 participants