Closed jayhesselberth closed 7 years ago
Would get a nice speedup if non-intersecting x intervals (bed_intersect(invert = TRUE)) could be returned from the cpp side, instead of needing the anti_join.
x
bed_intersect(invert = TRUE)
anti_join
This would improve the performance of bed_intersect, bed_map and bed_subtract.
bed_intersect
bed_map
bed_subtract
fixed by #303
Would get a nice speedup if non-intersecting
x
intervals (bed_intersect(invert = TRUE)
) could be returned from the cpp side, instead of needing theanti_join
.This would improve the performance of
bed_intersect
,bed_map
andbed_subtract
.