barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Consider a row reference class to replace get_row

Open ludamad opened this issue 5 months ago • 0 comments

currently get_row does unnecessary copying, could have a row reference class that just bundles a ProverPolynomials and row index (can take a lambda x => x.q_arith etc then apply func(prover_polys)[index])

ludamad avatar Sep 09 '24 22:09 ludamad