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

Add deduplication #15

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Conversation

mdekstrand
Copy link
Member

This adds the V2 binpickle format with deduplication (closes #11).

@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #15 (dd13c1f) into master (24e96a0) will decrease coverage by 1.55%.
The diff coverage is 89.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   96.08%   94.52%   -1.56%     
==========================================
  Files          12       13       +1     
  Lines         460      603     +143     
==========================================
+ Hits          442      570     +128     
- Misses         18       33      +15     
Impacted Files Coverage Δ
binpickle/repickle.py 84.78% <84.78%> (ø)
binpickle/format.py 89.92% <88.76%> (-2.67%) ⬇️
binpickle/read.py 95.45% <92.85%> (+2.35%) ⬆️
binpickle/write.py 97.63% <100.00%> (+0.22%) ⬆️

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 24e96a0...dd13c1f. Read the comment docs.

@mdekstrand mdekstrand added this to the 0.4 milestone Jun 13, 2020
Base automatically changed from master to main January 30, 2021 19:58
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.

Support buffer de-duplication
1 participant