什麼是 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