-
Notifications
You must be signed in to change notification settings - Fork 310
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
feat: Quick and dirty relation skipping #4755
Conversation
…ackages into mm/pg-refactor-new
…ackages into mm/pg-refactor-new
Benchmark resultsMetrics with a significant change:
Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Values are compared against data from master at commit L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 16 txs.
Circuits statsStats on running time and I/O sizes collected for every circuit run across all benchmarks.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contracts are deployed in the tx.
Transaction processing duration by data writes.
|
For sumcheck functionality, this is replaced by #5766. IOU protogalaxy equivalent. |
Introduces a mechanism to skip accumulating the result of a relation if by checking an appropriate selector we know that the relation is going to result in a zero. The mechanism works during both folding and sumcheck
![image](https://private-user-images.githubusercontent.com/4798775/307887953-3b160424-13eb-49f8-a546-c656f0e4e862.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjE0OTAsIm5iZiI6MTczODg2MTE5MCwicGF0aCI6Ii80Nzk4Nzc1LzMwNzg4Nzk1My0zYjE2MDQyNC0xM2ViLTQ5ZjgtYTU0Ni1jNjU2ZjBlNGU4NjIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTY1OTUwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGNhOTU0NWMzMDdkNjIxY2VhZjkwZGI0NmM1OGE1YzA3MzU3OWE3ODU3NDUyMDVkNDJlYzA4MTk0MjY1ZmFmZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.EYsnDGOCDEBTgpMO_PqZAF6UPgD477Nw9TQBJkyBsSE)
Removes 3 seconds from the benchmark