This package browser is in early development. Mind the rough edges.

intervaltree 0.0.0-1.b90527f

Minimal C++ interval tree implementation

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.

Installation

Install intervaltree 0.0.0-1.b90527f as follows:

guix install intervaltree@0.0.0-1.b90527f

Or install the latest version:

guix install intervaltree

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.