trees

Module that provides classes for tree creation and handling.

Trees are powerful structures to sort a huge amount of data and to speed up performing query requests on them significantly.

IntervalTree(intervals)

Tree to implement fast 1-dimensional interval searches.