We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9e137 commit 2d93151Copy full SHA for 2d93151
src/superintervals/intervalmap.pxd
@@ -100,3 +100,6 @@ cdef class IntervalMap:
100
cpdef search_keys(self, int start, int end)
101
cpdef search_items(self, int start, int end)
102
cpdef coverage(self, int start, int end)
103
+ cpdef count_batch(self, int[:] starts, int[:] ends)
104
+ cpdef search_idxs_batch(self, int[:] starts, int[:] ends)
105
+ cpdef search_values_batch(self, int[:] starts, int[:] ends)
0 commit comments