summaryrefslogtreecommitdiff
path: root/lib/bitmap_test.c
AgeCommit message (Collapse)Author
2019-11-26Lib: Basic and hierarchical bitmapsOndrej Zajicek (work)
Basic bitmap is obvious. Hierarchical bitmap is structure of several bitmaps, where higher levels are conjunctions of intervals on level below, allowing for efficient lookup of first unset bit.