Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | Lib: Extend MPLS label allocator bitmap | Ondrej Zajicek | |
Add function lmap_last_one_in_range() for finding the last active label in a label range. | |||
2023-10-04 | Lib: Indirect bitmap for MPLS label allocator | Ondrej Zajicek (work) | |
2022-03-09 | Fixed resource initialization in unit tests | Maria Matejka | |
2019-11-26 | Lib: Basic and hierarchical bitmaps | Ondrej 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. |