opnsense-ports/math/intervaltree/pkg-descr
Franco Fichtner f9e56f0833 */*: sync with upstream
Taken from: HardenedBSD
2018-04-16 19:20:41 +02:00

6 lines
306 B
Text

An interval tree can be used to efficiently find a set of numeric intervals
overlapping or containing another interval. This library provides a basic
implementation of an interval tree using C++ templates, allowing the insertion
of arbitrary types into the tree.
WWW: https://github.com/ekg/intervaltree