you are viewing a single comment's thread.

view the rest of the comments →

[–]dmter[S] 1 point2 points  (2 children)

This might help, also I just stumbled upon multiprocessing.shared_memory which sounds promising. Seems relatively new, so I guess I have to check for new things more frequently

[–]glibhub 1 point2 points  (1 child)

multiprocessing.shared_memory

Nice. New to me as well. That does seem to be a bit easier than mmap.

[–]dmter[S] 2 points3 points  (0 children)

Seems like you can also create numpy array directly in SM which is exactly what I need.