immutables icon indicating copy to clipboard operation
immutables copied to clipboard

Adding support for shared_memory allocator for multiprocessing.

Open sizur opened this issue 11 months ago • 0 comments

How feasible is it modifying static MapObject * map_alloc(void) (and the ...dealloc functions) to use a custom allocator, if buffer parameter is passed to constructor, so a multiprocessing.shared_memory.SharedMemory().buf can be used, similarly to Numpy?

sizur avatar Jul 31 '23 22:07 sizur