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

Multi-valued attributes #50

Merged
merged 4 commits into from
Jan 2, 2020
Merged

Conversation

magnusuMET
Copy link
Member

Now does no caching of attributes, which could speed up processing of files with lots of metadata.

it is safe to read attributes when they are cached, which happens
during the first read of any variable/group attribute
(or inquiring about the number of attributes)
@codecov-io
Copy link

Codecov Report

Merging #50 into master will increase coverage by 0.79%.
The diff coverage is 88.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   86.07%   86.87%   +0.79%     
==========================================
  Files           7        7              
  Lines        1063     1280     +217     
==========================================
+ Hits          915     1112     +197     
- Misses        148      168      +20
Impacted Files Coverage Δ
src/file.rs 91.45% <ø> (-0.98%) ⬇️
src/variable.rs 83.77% <100%> (-0.11%) ⬇️
src/group.rs 90.76% <100%> (-0.28%) ⬇️
src/attribute.rs 89.17% <88.37%> (+4.32%) ⬆️

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 d1206bc...a35da00. Read the comment docs.

@magnusuMET magnusuMET merged commit 3ef1570 into georust:master Jan 2, 2020
@magnusuMET magnusuMET deleted the multi_attributes branch January 2, 2020 12:04
@magnusuMET magnusuMET mentioned this pull request Jan 8, 2020
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.

2 participants