Skip to content

perf(stark): optimize constraints evaluation #946

@adr1anh

Description

@adr1anh

The current approach for accumulating constraint evaluation is a simplification of @Al-Kindi-0's original work. We are currently pushing all evaluations into a vector, and accumulating at the end. Using a smaller fixed size buffer led to better performance.


Ported from 0xMiden/p3-miden#49

Metadata

Metadata

Assignees

No one assigned

    Labels

    starksRelated to Plonky3 migration

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions