kandu / rangeSet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RangeSet

Sets over ordered ranges

This module implements two range set data structure: continuous and discrete range set.

The elements are represented as ranges internally, and is therefore efficient for large set of adjacent elements.

Document

The document is available here.

About


Languages

Language:OCaml 99.7%Language:Makefile 0.3%