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

Parallelizing quantum manager server #46

Open
xwu64 opened this issue Dec 12, 2020 · 0 comments
Open

Parallelizing quantum manager server #46

xwu64 opened this issue Dec 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xwu64
Copy link
Contributor

xwu64 commented Dec 12, 2020

Current implementation lets processes share a dictionary to record the quantum state. However, the shared dictionary will lock if one process is reading or writing the whole dictionary. This lock may affect the performance of parallelization.

states = manager.dict()

We hope to design a new shared data structure to avoid unnecessary lock.

@xwu64 xwu64 added the enhancement New feature or request label Dec 12, 2020
@xwu64 xwu64 self-assigned this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants