interval_skip_list 0.1.0
interval_skip_list: ^0.1.0 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.