Skip to content

Commit a230129

Browse files
committed
add TODO
1 parent c9c1fef commit a230129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/lookup/src/quotient_gkr.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ where
236236

237237
let mut eq_poly_packed = pack_extension(&eq_poly);
238238

239+
// TODO for the top layer, the denomiators have a structured form: constant - index.
240+
// We can skip one EE multilication in the sumcheck computation.
241+
239242
let sum_x_packed: EFPacking<EF> = (0..n_non_zeros_numerator - quarter_len_packed)
240243
.into_par_iter()
241244
.map(|i| {

0 commit comments

Comments
 (0)