-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were several cases where we were computing relations inefficiently (mostly the issue was recomputing the values). This PR removes those inefficiencies. It removes > 2% off benchmarks. New x86 benchmark: ![image](https://github.com/AztecProtocol/aztec-packages/assets/4798775/7744e10e-7768-4406-92d4-d7623aa9f628) New wasm benchmark: ![image](https://github.com/AztecProtocol/aztec-packages/assets/4798775/27a90b74-04c8-4ccc-b3f3-74d5025fc5a7) Co-authored-by: ludamad <adam.domurad@gmail.com>
- Loading branch information
Showing
5 changed files
with
39 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters