Skip to content

Speed up ChebyshevDirichlet leftendpoint indexing #267

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
Jun 17, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 17, 2023

On master

julia> S = ChebyshevDirichlet{0,1}()

julia> @btime Evaluation($S, leftendpoint)[1:100];
  940.091 ns (1 allocation: 896 bytes)

This PR

julia> @btime Evaluation($S, leftendpoint)[1:100];
  76.757 ns (1 allocation: 896 bytes)

@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (441f970) 70.36% compared to head (ca96dfa) 70.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #267   +/-   ##
=======================================
  Coverage   70.36%   70.36%           
=======================================
  Files          28       28           
  Lines        2686     2686           
=======================================
  Hits         1890     1890           
  Misses        796      796           
Impacted Files Coverage Δ
src/Spaces/Ultraspherical/DirichletSpace.jl 48.64% <0.00%> (ø)

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

@jishnub jishnub merged commit 2ad9378 into JuliaApproximation:master Jun 17, 2023
@jishnub jishnub deleted the chebydirichletevalleft branch June 17, 2023 08:06
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