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

Make storage more space efficient #48

Merged
merged 29 commits into from
Nov 25, 2020
Merged

Make storage more space efficient #48

merged 29 commits into from
Nov 25, 2020

Conversation

cschwan
Copy link
Contributor

@cschwan cschwan commented Nov 22, 2020

This branch introduces a new data structure intended to store the (Q^2, x1, x2) grids in a more space-efficient way.

@cschwan cschwan mentioned this pull request Nov 22, 2020
14 tasks
@codecov
Copy link

codecov bot commented Nov 22, 2020

Codecov Report

Merging #48 (4663ea1) into master (0dd5689) will increase coverage by 3.43%.
The diff coverage is 95.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   87.46%   90.89%   +3.43%     
==========================================
  Files           7        8       +1     
  Lines         654      934     +280     
==========================================
+ Hits          572      849     +277     
- Misses         82       85       +3     
Impacted Files Coverage Δ
pineappl/tests/drell_yan_lo.rs 100.00% <ø> (ø)
pineappl/src/grid.rs 81.45% <88.88%> (+0.22%) ⬆️
pineappl/src/lagrange_subgrid.rs 93.70% <94.33%> (+7.70%) ⬆️
pineappl/src/sparse_array3.rs 95.80% <95.80%> (ø)

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 0dd5689...4663ea1. Read the comment docs.

@cschwan cschwan mentioned this pull request Nov 25, 2020
@cschwan cschwan merged commit 0ad4fb0 into master Nov 25, 2020
@cschwan cschwan deleted the sparse_array3 branch November 25, 2020 11:48
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