parmap icon indicating copy to clipboard operation
parmap copied to clipboard

Add support for access to input data in shared memory area

Open elfring opened this issue 1 year ago • 0 comments

The information “…, returning the results through a shared memory area to the parent process, …” is provided. This hint refers to output data.

:thinking:

  • How do you think about to pass input data also in a shared memory area?
  • How would you switch between the access to shared data and data which should be kept in the private memory of background processes?

elfring avatar Jan 06 '24 07:01 elfring