intervaltree icon indicating copy to clipboard operation
intervaltree copied to clipboard

minbucket maxbucket?

Open eroller opened this issue 6 years ago • 0 comments

What is the point of the minbucket and maxbucket constructor parameters? Seems like there could just be one parameter maxbucket and if the user wants to max out the depth they could just use std::numeric_limitsstd::size_t::max()?

https://github.com/ekg/intervaltree/blob/master/IntervalTree.h#L115

eroller avatar Jun 14 '19 20:06 eroller