python3-procset

Pure Python implementation of the interval set data structure

Description

An interval set (provided as the ProcSet class) is a memory-efficient representation of closed-interval sets. A ProcSet is an hybrid between a set and a list of indexes. More precisely, a ProcSet object is an ordered collection of unique non-negative int. It supports most of set operations: notably membership testing, mathematical operations such as intersection, union, and (symmetric) difference; with the additional ability to access its elements by position.

This is the Python 3 package.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gitlab.inria.fr/bleuse/procset.py


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-procset