Improve build times #278
Labels
🤖 code
Changes the implementation
🧑💻 dx/ux
Developer experience & user experience
✨ enhancement
Improvement or new feature
🟡 prio: medium
Not super urgent
⏩ speedup
Makes stuff go faster.
🛠️ tooling
Developer tools
The biggest contributor to Triton VM's build times is the build script
build.rs
, of which (presumably) the biggest culprit is automatic degree lowering. This step is currently purely sequential. There are probably ways to parallelize (at least parts of) it, and possibly other ways to speed this step up.Additionally, the build script generates code. This step might be another candidate for performance optimization.
build.rs
step's performancesIt might be beneficial (or even necessary) to overhaul the member crate
triton-constraint-circuit
to achieve these goals.The text was updated successfully, but these errors were encountered: