The core lies in joint optimization through vector lookup and chunk merging. The former reduces proof cost for vector access, while the latter shrinks constraint size, similar in spirit to batch evaluation by covering more data with fewer proof steps. 核心在于联合优化,包括 vector lookup 和 chunk merging。前者降低向量访问证明成本,后者减少约束规模,类似 batch evaluation 的思路,用更少证明步骤覆盖更多数据。