pdr-backend icon indicating copy to clipboard operation
pdr-backend copied to clipboard

[Sim] Update Multisim to Use Concurrency Instead of Async

Open trizin opened this issue 1 year ago • 0 comments

Currently, the multisim uses asyncio for handling multiple runs concurrently. While asyncio is effective for I/O bound operations, it still runs on a single thread and is not well-suited for CPU-intensive tasks. To improve the performance of multisim, update the implementation to use multithreading.

trizin avatar Jun 12 '24 10:06 trizin