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
Our succinct rank/select data structures heavily rely on popcount. At the moment we are using the popcount intrinsic but by now there are faster ways of running popcount over a long sequence of bytes. We should explore them.