interval_skip_list 0.0.2
interval_skip_list: ^0.0.2 copied to clipboard
This data structure maps intervals to values and allows you to find all intervals that contain an index in O(ln(n)), where n is the number of intervals stored.