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

fix: circuit optimizations #48

Merged
merged 1 commit into from
Apr 13, 2024
Merged

fix: circuit optimizations #48

merged 1 commit into from
Apr 13, 2024

Conversation

brech1
Copy link
Collaborator

@brech1 brech1 commented Apr 12, 2024

Description

This PR aims to update the output circuit structure and apply some code optimizations to the circuit generation.

Merging nodes can be intensive if we have to go through every gate and every signal to get some information about them and update the necessary values, so I tried to reduce gates and signals traversing as much as possible, at least as a first iteration.

I also removed unnecessary code, functions and data properties, and created the Signal struct to store signal data.

@brech1 brech1 merged commit ee16a1a into main Apr 13, 2024
1 check passed
@brech1 brech1 deleted the fix/circuit-optimizations branch April 13, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant