The latest version of intmap-graph is 1.3.0.0-0.

intmap-graph

Version 1.2.0.0 revision 0 uploaded by TillmannVogt.

Package meta

Synopsis
A graph library that allows to explore edges after their type
Description

It is easiest to explain this library with an example: A node has 300 outgoing edges, 100 red, 100 green, 100 blue. If you want to explore all green edges, most of the other graph libraries force you to look up all 300 edges and then filter after the property green. This means 300 O(log n) calls. With this library there is only one (log n) call necessary that gives a list of all green edges.

Author
Tillmann Vogt
Bug reports
n/a
Category
graphs
Copyright
2019 Tillmann Vogt
Homepage
https://github.com/tkvogt/intmap-graph#readme
Maintainer
tillk.vogt@gmail.com
Package URL
n/a
Stability
n/a

Components