cytomining / CytoTable

Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools.
https://cytomining.github.io/CytoTable/
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Verify concurrency and make relevant changes to improve multithreaded or multiprocessing capabilities #192

Closed d33bs closed 2 months ago

d33bs commented 3 months ago

While creating documentation and benchmarks for #176 I noticed I was unable to achieve multi-file writes for any data extractions to file where there should be many occurring at once or near the same time. Creating this issue to help verify what's happening and make any relevant changes.

References Parsl/parsl#3358

d33bs commented 2 months ago

Relates to work in #176