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
Hi,
I found the function of index in file _concurrent_queue_base.h using modulo to caculate the index.
Why not use the more efficient opeartion of BIT opeartor like k * phi & (n_queue - 1);