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

Introduce a gate name interner to avoid duplicating String in the Target #12917

Closed
wants to merge 8 commits into from

Commits on Aug 7, 2024

  1. Initial: Introduce a gate name interner to avoid duplicating String

    … instances.
    
    - Remove `variable_operation_class`, use enum nature to discriminate.
    - Hide `gate_name_map` from Python, use `operation_from_name`.
    - Other small tweaks and fixes.
    raynelfss committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    623ed72 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8e9c813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9c368 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    ae52ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f04961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8eeccc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    d3eb5c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    62084c6 View commit details
    Browse the repository at this point in the history