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
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