什么是 noir-optimize-acir?
用于测量和优化受限 Noir 程序的 ACIR 电路大小的工作流程。当要求优化 Noir 程序的门数或电路大小时使用。 来源:noir-lang/noir。
用于测量和优化受限 Noir 程序的 ACIR 电路大小的工作流程。当要求优化 Noir 程序的门数或电路大小时使用。
通过命令行快速安装 noir-optimize-acir AI 技能到你的开发环境
来源:noir-lang/noir。
This workflow targets ACIR circuit size for constrained Noir programs. It does not apply to unconstrained (Brillig) functions — Brillig runs on a conventional VM where standard profiling and algorithmic improvements apply instead, and bb gates won't reflect Brillig performance.
Libraries cannot be compiled with nargo compile. Instead, mark the functions you want to measure with #[export] and use nargo export:
Artifacts are written to the export/ directory and named after the exported function (not the package).
用于测量和优化受限 Noir 程序的 ACIR 电路大小的工作流程。当要求优化 Noir 程序的门数或电路大小时使用。 来源:noir-lang/noir。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/noir-lang/noir --skill noir-optimize-acir用于测量和优化受限 Noir 程序的 ACIR 电路大小的工作流程。当要求优化 Noir 程序的门数或电路大小时使用。 来源:noir-lang/noir。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/noir-lang/noir --skill noir-optimize-acir 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/noir-lang/noir