Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streamline proto serialization of circuits with duplicate operations (#…
…6991) * Streamline proto serialization of circuits with duplicate operations - Some circuits, such as randomized benchmarking circuits, have many repeated operations. - Streamline the proto serialization of these circuits so that these operations are stored only once (in the constants table). Note that this PR only adds deserialization by default and hides serialization behind a feature flag. Once this is deployed everywhere, then we can enable serialization. * fix type * Addressed some of the comments. * coverage
- Loading branch information