You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Minimum and maximum number of rows per table (as powers of two), both inclusive
16
16
pubconstMIN_LOG_N_ROWS_PER_TABLE:usize = 8;// Zero padding will be added to each at least, if this minimum is not reached, (ensuring AIR / GKR work fine, with SIMD, without too much edge cases). Long term, we should find a more elegant solution.
0 commit comments