Skip to content

Don't define Legendre using StaticInt #174

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

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jan 7, 2023

Defining Legendre using StaticInt leads to slowdowns. I'm still investigating the source of these slowdowns, but as of now it's better to revert the change. Static integers are still an opt-in, and can be used to improve inference.

@codecov
Copy link

codecov bot commented Jan 7, 2023

Codecov Report

Base: 61.05% // Head: 67.28% // Increases project coverage by +6.22% 🎉

Coverage data is based on head (b9ecb28) compared to base (864d832).
Patch coverage: 79.54% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   61.05%   67.28%   +6.22%     
==========================================
  Files          28       28              
  Lines        2488     2488              
==========================================
+ Hits         1519     1674     +155     
+ Misses        969      814     -155     
Impacted Files Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 66.66% <ø> (ø)
src/Spaces/Jacobi/Jacobi.jl 65.38% <66.66%> (+2.27%) ⬆️
src/Spaces/PolynomialSpace.jl 88.75% <75.00%> (+0.35%) ⬆️
src/Spaces/Jacobi/JacobiOperators.jl 80.45% <80.00%> (+13.03%) ⬆️
src/Spaces/Ultraspherical/Ultraspherical.jl 79.31% <100.00%> (+1.72%) ⬆️
src/Spaces/Laguerre/Laguerre.jl 60.13% <0.00%> (+1.35%) ⬆️
src/Spaces/Chebyshev/Chebyshev.jl 59.57% <0.00%> (+1.41%) ⬆️
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@jishnub jishnub merged commit c000519 into JuliaApproximation:master Jan 7, 2023
@jishnub jishnub deleted the nostatic branch January 7, 2023 19:34
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.

1 participant