dragon.mpbridge.heap
Dragon’s replacement for the Multiprocessing Heap based on Dragon managed memory.
We effectively back multiprocessing.heap.Arena
with Dragons managed memory.
This is a single node only implementation.
Classes
Dragon's version of a file backed Arena uses the default managed memory pool to get a buffer. |
- class DragonArena
Bases:
Arena
Dragon’s version of a file backed Arena uses the default managed memory pool to get a buffer. A custom
m_uid
can be given as well.