deephyper.evaluator.storage#
This subpackage provides an interface to implement new storage clients.
The base class defining this interface is
the deephyper.evaluator.storage.Storage
. A storage in our langage is
a synonym of memory. Different databases or memory systems can be used
through this interface (e.g., key-value storage, relational database, etc.).
Functions
Creates a server process managing a MemoryStorage class. |
Classes
Dict like object shared between MPI processes using one-sided communication. |
|
Storage based on MPIWinMutableMapping that uses one-sided communication for shared memory. |
|
Storage client for local in-memory storage. |
|
Storage client for "null" storage. |
|
Storage class using Ray actors. |
|
Storage client for Redis. |
|
An abstract interface representing a storage client. |