Skip to content

Commit 93c21fa

Browse files
feat: improve RangeSet performance and add new APIs
Enhanced `RangeSet` operations with sub-linear time complexity for queries (`Contains`, `Overlaps`) and merge-like efficiency for set operations (`Union`, `Intersect`, `Except`). Introduced `LowerBoundComparer` API for external sorting of ranges. Fixed parsing bug for quoted range bounds. Updated documentation with performance improvements and API usage examples.
1 parent e0afb3a commit 93c21fa

7 files changed

Lines changed: 1341 additions & 38 deletions

File tree

0 commit comments

Comments
 (0)