Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sim] Update Multisim to Use Concurrency Instead of Async #1196

Closed
trizin opened this issue Jun 12, 2024 · 1 comment
Closed

[Sim] Update Multisim to Use Concurrency Instead of Async #1196

trizin opened this issue Jun 12, 2024 · 1 comment
Labels
Priority: Low Status: WontFix This will not be worked on Type: Enhancement New feature or request

Comments

@trizin
Copy link
Contributor

trizin commented Jun 12, 2024

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 trizin added the Type: Enhancement New feature or request label Jun 12, 2024
@trizin trizin linked a pull request Jun 12, 2024 that will close this issue
@trentmc trentmc changed the title Update Multisim to Use Concurrency Instead of Async [Sim] Update Multisim to Use Concurrency Instead of Async Jun 13, 2024
@trentmc
Copy link
Member

trentmc commented Jan 25, 2025

Priorities have mostly shifted away from pdr-backend. So closing less-critical issues.

@trentmc trentmc closed this as completed Jan 25, 2025
@trentmc trentmc added the Status: WontFix This will not be worked on label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Status: WontFix This will not be worked on Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants