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

simplify: improve performance of selecting frames #1202

Merged
merged 1 commit into from
May 4, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented May 2, 2023

System.append is slow as it concatenates arrays. Thus, this PR reduces the times of System.append.

`System.append` is slow as it concatenates arrays. Thus, this PR reduces the times of `System.append`.
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (41866c2) 47.10% compared to head (1e94f26) 47.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #1202      +/-   ##
==========================================
- Coverage   47.10%   47.09%   -0.01%     
==========================================
  Files          82       82              
  Lines       14606    14609       +3     
==========================================
  Hits         6880     6880              
- Misses       7726     7729       +3     
Impacted Files Coverage Δ
dpgen/simplify/simplify.py 21.11% <0.00%> (-0.18%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wanghan-iapcm wanghan-iapcm merged commit deaf641 into deepmodeling:devel May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants