You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: