Skip to content

lazily-build IntervalTree indexes for data when overlap queries are made #433

@jmosbacher

Description

@jmosbacher

Whats the problem?

Overlap queries using brute force algorithms can be expensive.

Proposed solution

It may be beneficial to build IntervalTrees from the data types that are queried for overlaps. Pandas has a cython implementation of an IntervalTree thats we can easily use since we already have pandas as a dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions