parmap
parmap copied to clipboard
Add support for access to input data in shared memory area
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?