climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

Simplify process_*.py scripts via utilization of the new shared memory features of Python 3.8

Open monocongo opened this issue 6 years ago • 0 comments

We currently have our own shared memory solution cooked up, but it may be more elegant to use the new shared memory module provided by the upcoming Python 3.8 release. Hopefully replacing what we currently have with this new mechanism for sharing memory across processes will result in less code, increasing the readability and maintainability of these scripts.

monocongo avatar Mar 01 '19 00:03 monocongo