Expand description
This file contains code to find sorted runs in a set if ranged items and along with the best way to merge these items to satisfy the desired run count.
Structsยง
- Sorted
Run - A set of files with non-overlapping time ranges.
Traitsยง
- Item
- Trait for items to merge.
- Ranged
- Trait for any items with specific range (both boundaries are inclusive).
Functionsยง
- find_
overlapping_ items - find_
sorted_ runs - Finds sorted runs in given items.
- find_
sorted_ ๐runs_ by_ time_ range - merge_
primary_ ๐key_ ranges - primary_
key_ ๐ranges_ overlap - sort_
ranged_ ๐items