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

research: will recursion help? #143

Open
lispc opened this issue Apr 10, 2021 · 0 comments
Open

research: will recursion help? #143

lispc opened this issue Apr 10, 2021 · 0 comments

Comments

@lispc
Copy link
Member

lispc commented Apr 10, 2021

We have different types of op DepositToNew DepositToOld Transfer etc.

As we all know the if else in circuits is not same to if else in common programming languages where either if branch or else branch will run. if else in circuits run both branch. It will take more resources ( constraints/gates here ).

So there may be a method to split the op by type then combine them using recursion... More research is needed here.

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

No branches or pull requests

1 participant