rnabioco / valr

Genome Interval Arithmetic in R
http://rnabioco.github.io/valr/
Other
88 stars 25 forks source link

return non-intersecting intervals from cpp #297

Closed jayhesselberth closed 7 years ago

jayhesselberth commented 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.

This would improve the performance of bed_intersect, bed_map and bed_subtract.

jayhesselberth commented 7 years ago

fixed by #303