Experimental, proof of concept.
Graph algorithms often present a computational challenge.
There are (at least 2) popular implementations of digraph (:digraph
and libgraph
).
bitgraph
aims for an efficient implementation using :atomics for digraph representation.
Status: under construction.