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

Implement other compression modes in `repack` (and logic to compress) #98

Closed giovannipizzi closed 1 year ago

giovannipizzi commented 4 years ago

Currently, only the KEEP method is currently implemented. It might be good to implement also YES and NO to allow to recompress on not recompress everything.