powdr-labs / powdr

A modular stack for zkVMs, with a focus on productivity, security and performance.
Apache License 2.0
416 stars 82 forks source link

optimizer: deduplicate fixed columns #2102

Closed Schaeff closed 3 days ago

Schaeff commented 1 week ago

With bus lookups, we insert is_first once per lookup. Only keep a single column per syntactic value. Depends on #2103