intervaltree
intervaltree copied to clipboard
minbucket maxbucket?
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