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
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
BitRank uses a two-hierarchy data structure as described e.g. in Gonzalo Navarro's book, dividing the input bits into blocks of 64 bits and superblocks.
Thanks to fast popcount and large caches, it may be faster and more sparse to remove the superblock level and instead scan blocks larger than 64 bits in queries.
The text was updated successfully, but these errors were encountered:
BitRank
uses a two-hierarchy data structure as described e.g. in Gonzalo Navarro's book, dividing the input bits into blocks of 64 bits and superblocks.Thanks to fast popcount and large caches, it may be faster and more sparse to remove the superblock level and instead scan blocks larger than 64 bits in queries.
The text was updated successfully, but these errors were encountered: