Does someone know any good interval tree implementation in C++?
interval tree
Obviously, something template-driven, better in boost-like style.<
boost
There appears to be one in the NCBI C++ Toolkit.
Jury's still out on whether it's "good," though (and even whether it's template-driven; I'm still somewhat new to C++, so I'm not entirely sure that it is, but I suspect as much).