MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Test and verify in-house multiprocessing scheduler #10

Closed cpelley closed 2 months ago

cpelley commented 5 months ago

The multiprocessing scheduler I wrote wasn't at the time written to support passing data in memory. I think this scheduler offers considerable benefit as a totally lightweight and transparent scheduler (without all the heuristics and complexity of dask and ray). This scheduler might continue to be of use for testing/debugging/small projects. To that end, supporting the passing of data in memory by some means would be beneficial followed by testing of the implementation.

Issues