Skip to content

Query related to PersistentDict #128

Description

@animesh-workplace

This module contains functionality that allows hashing with keys that remain valid across interpreter invocations, unlike Python’s built-in hashes.

Regarding the above line in the description of PersistentDict available at link. What happens when multiple instances of the same program using PersistenDict are running?
Do all the instances use:

  • the same dict to update the values
  • different dict to update the values

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions