Python shared memory library based an posix-ipc.
- Shared type:
- Basic type:
int,float,bool,str,complex - Python defined type:
list,tupleanddict - Other:
nparray
- Basic type:
- Can define shared data through a
JSON- Define directly the value inside the json (excpet
tuple) - Define value structure
listandnparrayexample HERE
- Define directly the value inside the json (excpet
- Possibility to manage shared memory space
- Can use
__getitem__and__setitem__on:listanddict
- Space Memory configurable
- Semaphore
> pip install SharedMemoryDocumentation and example are provided HERE