lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
41 stars 10 forks source link

Add pickletools.optimize to dump and dumps #20

Closed lucianopaz closed 4 years ago

lucianopaz commented 4 years ago

This closes #16

It's an ugly patch and I should really start to restructure the code to make it object oriented, so this kind of extensions are cleaner to write and maintain.

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          193       204   +11     
=========================================
+ Hits           193       204   +11     
Impacted Files Coverage Δ
compress_pickle/utils.py 100.00% <ø> (ø)
compress_pickle/compress_pickle.py 100.00% <100.00%> (ø)