From 060bca1d412fcb5f8eb22d375006ec0e5bb12bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Mon, 6 Mar 2023 10:51:54 +0000 Subject: [PATCH] docs(roadmap): add concurrency tools --- docs/source/specifications/roadmap.org | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/specifications/roadmap.org b/docs/source/specifications/roadmap.org index 7788a98f..5f76571a 100644 --- a/docs/source/specifications/roadmap.org +++ b/docs/source/specifications/roadmap.org @@ -69,6 +69,7 @@ Pipeline is in dire need of refactoring, as it coordinates too many things. The - Contribution guidelines (after developing some) * Tools/alternatives that may be worth considering for the future +- trio/asyncio/anyio for concurrent processing of individual threads - Pandas -> Polars: Reconsider after pandas 2.0; they will become interoperable - awkward arrays: Better way to represent - h5py -> zarr: OME-ZARR format is out now, it is possible that the field will move in that direction. This would also make us being stuck in h5py 2.10.0 less egregious. -- GitLab