aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Adding a function to export directly a set of hash keys to a new container #75

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

The function should try to perform operations in the most optimised way possible, using a target amount of memory (the larger the memory use, the better the performance as it will use bulk operations while writing.

This fixes #64

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #75   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1010      1039   +29     
=========================================
+ Hits          1010      1039   +29     
Impacted Files Coverage Δ
disk_objectstore/container.py 100.00% <100.00%> (ø)

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 fa85ce1...68671b8. Read the comment docs.