Skip to content

Using Pickle 5 by default for both cache and hashing#4

Merged
Vopaaz merged 12 commits intodev-0.1.2from
pickle-5
Jul 30, 2022
Merged

Using Pickle 5 by default for both cache and hashing#4
Vopaaz merged 12 commits intodev-0.1.2from
pickle-5

Conversation

@Vopaaz
Copy link
Copy Markdown
Owner

@Vopaaz Vopaaz commented Jul 30, 2022

Pickle protocol 5 has built-in ability to efficiently handle large data. Switch to use this as default to optimize memory usage.

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 30, 2022

Codecov Report

Merging #4 (e1e10c1) into master (994d4a2) will decrease coverage by 0.18%.
The diff coverage is 96.15%.

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   96.93%   96.75%   -0.19%     
==========================================
  Files          26       24       -2     
  Lines         554      554              
  Branches       75       77       +2     
==========================================
- Hits          537      536       -1     
- Misses          9       12       +3     
+ Partials        8        6       -2     
Impacted Files Coverage Δ
checkpointing/__init__.py 100.00% <ø> (ø)
checkpointing/hash/stream.py 86.95% <86.95%> (ø)
checkpointing/cache/pickle_file.py 100.00% <100.00%> (ø)
checkpointing/config.py 100.00% <100.00%> (ø)
checkpointing/decorator/base.py 100.00% <100.00%> (ø)
checkpointing/hash/__init__.py 100.00% <100.00%> (ø)
checkpointing/hash/generic.py 100.00% <100.00%> (ø)
checkpointing/identifier/func_call/context.py 100.00% <100.00%> (ø)
checkpointing/logging/__init__.py 100.00% <100.00%> (ø)
checkpointing/util/pickle.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@Vopaaz Vopaaz marked this pull request as ready for review July 30, 2022 18:10
@Vopaaz Vopaaz changed the base branch from master to dev-0.1.2 July 30, 2022 18:10
@Vopaaz Vopaaz merged commit 837a516 into dev-0.1.2 Jul 30, 2022
@Vopaaz Vopaaz deleted the pickle-5 branch July 30, 2022 18:11
@Vopaaz Vopaaz mentioned this pull request Aug 4, 2022
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