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
an added complexity here is that each thread might be required to initialize their own seq_lag_poly. The number of calls to next() should remain the same, but you might pickup an overhead where instead of one call to new() you do num_threads * new()