Skip to content

remove ArrayLayouts #177

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
Jul 20, 2022
Merged

remove ArrayLayouts #177

merged 1 commit into from
Jul 20, 2022

Conversation

MikaelSlevinsky
Copy link
Member

cuts down the load time by about 1/3 -- 1/2.

The calling sequences were probably dangerous too since an AbstractVector with AbstractColumnMajor layout could be conceived for which we don't point to the data.

cuts down the load time by about 1/3 -- 1/2.

The calling sequences were probably dangerous too since an AbstractVector with AbstractColumnMajor layout could be conceived for which we don't point to the data.
@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #177 (53682ea) into master (3bd5a9a) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   78.82%   78.81%   -0.02%     
==========================================
  Files          13       13              
  Lines        2111     2110       -1     
==========================================
- Hits         1664     1663       -1     
  Misses        447      447              
Impacted Files Coverage Δ
src/clenshaw.jl 98.85% <100.00%> (-0.02%) ⬇️
src/libfasttransforms.jl 77.95% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bd5a9a...53682ea. Read the comment docs.

@MikaelSlevinsky
Copy link
Member Author

@dlfivefifty

@MikaelSlevinsky MikaelSlevinsky merged commit ae31986 into master Jul 20, 2022
@MikaelSlevinsky MikaelSlevinsky deleted the remove-ArrayLayouts branch July 20, 2022 19:36
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