You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: