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

qdao: Optimize parallel executor #8

Closed
Zhaoyilunnn opened this issue Apr 20, 2023 · 1 comment
Closed

qdao: Optimize parallel executor #8

Zhaoyilunnn opened this issue Apr 20, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request TODO Task to finish

Comments

@Zhaoyilunnn
Copy link
Owner

Zhaoyilunnn commented Apr 20, 2023

Observation

  1. Use of multi-threading for parallel storage units load/store has high overhead when qubits exceed 30.
  2. Asyncio performs worse than multi-threading when qubits < 30

To Investigate

  1. Consider using SQLlite?

TODO

  1. Change to use C++ with python frontend. (use pybind11)
@Zhaoyilunnn Zhaoyilunnn added bug Something isn't working enhancement New feature or request TODO Task to finish labels Apr 20, 2023
@Zhaoyilunnn
Copy link
Owner Author

Zhaoyilunnn/qdao#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request TODO Task to finish
Projects
None yet
Development

No branches or pull requests

1 participant