-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
documentationImprovements to the documentationImprovements to the documentationrelease notes doneAutomatically applied to PRs which have release notes.Automatically applied to PRs which have release notes.
Milestone
Description
As discovered in #129, the Python standard shelve module can be used for persistent storage as it provides the MutableMapping interface. This is a good alternative to using the file system directly as it avoids lots of files. It's also a good alternative to using a Zip file which needs care when writing to avoid duplicate entries. Similar benefits probably apply to LMDB which has a MutableMapping interface provided by zict.
It would be good to add some examples using shelve and LMDB to the tutorial.
Metadata
Metadata
Assignees
Labels
documentationImprovements to the documentationImprovements to the documentationrelease notes doneAutomatically applied to PRs which have release notes.Automatically applied to PRs which have release notes.