AztecProtocol / barretenberg

Apache License 2.0
129 stars 78 forks source link

Structured trace PoC #960

Closed ledwards2225 closed 2 months ago

ledwards2225 commented 3 months ago

Add pathways for executing Honk and/or PG with a structured trace plus tests that utilize them. This will be extremely memory/computation inefficient without all of the other optimizations but should be acceptable for a small test suite. This allows us to begin testing the structured trace logic without a full commitment to it. It also allows us to benchmark various optimizations as they go in. (We likely want to have both structured and unstructured options in perpetuity anyway).

ledwards2225 commented 2 months ago

Closed with PR #5853