Refresh

This website github.com/rigetti/pyquil/issues/1760 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

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

Implement experimental Rust backend to address performance issues w/ large number of instructions #1760

Open
MarquessV opened this issue Mar 29, 2024 · 0 comments
Labels
enhancement ✨ A request for a new feature.

Comments

@MarquessV
Copy link
Contributor

In short, the Python based compatibility layer that pyQuil uses to bridge the gap between quil-py and its own API is slow for large number of instructions. This compatibility layer could be pushed into Rust, and we can axe the dependency of quil-py all together. This could offer significant performance and code quality gains.

See #1755 for an in-depth writeup, and illustration of the benefits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ A request for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant