Skip to content

ConcreteConversion in Chebyshev-Jacobi #89

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 5 commits into from
Aug 21, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 16, 2022

This provides a slight improvement

julia> A = Chebyshev(); B = Jacobi(1,1);

julia> @btime Conversion($(Ref(A))[], $(Ref(B))[]);
  2.444 μs (32 allocations: 1.12 KiB) # master
  2.322 μs (31 allocations: 1.09 KiB) # PR

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #89 (6301e4c) into master (0f2ea17) will increase coverage by 0.54%.
The diff coverage is 38.46%.

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   58.24%   58.78%   +0.54%     
==========================================
  Files          28       28              
  Lines        2457     2458       +1     
==========================================
+ Hits         1431     1445      +14     
+ Misses       1026     1013      -13     
Impacted Files Coverage Δ
src/Spaces/Jacobi/JacobiOperators.jl 59.54% <20.00%> (+1.94%) ⬆️
...c/Spaces/Ultraspherical/UltrasphericalOperators.jl 80.36% <100.00%> (+4.44%) ⬆️

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

@jishnub jishnub force-pushed the concreteconversionjacobi branch from cd55f32 to fe2eb0a Compare August 20, 2022 19:37
@jishnub jishnub merged commit 8cb4901 into JuliaApproximation:master Aug 21, 2022
@jishnub jishnub deleted the concreteconversionjacobi branch August 21, 2022 05:47
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