data-oriented-pyglet
data-oriented-pyglet copied to clipboard
Shared memory component (multiprocessing)
Numpy arrays can be shared in memory between processes (ie, mutiprocessing). Make a Component subclass that uses a mmap buffer, and ca communicate its name, size and locked status between processes.
(I have an example of doing this with an older version. need to integrate it and make it easier to use).